From 8c01b170b8553aaa8f84d3ac0c3d520f10f353eb Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Tue, 16 Dec 2014 15:54:40 +0100 Subject: [PATCH 1/1] ... --- iramuteq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iramuteq.py b/iramuteq.py index c3a8034..492e4ea 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -684,7 +684,7 @@ class IraFrame(wx.Frame): if not RLibsAreInstalled(self) : CheckRPackages(self) else : - msg = '\n'.join([_(u"Can't find R executable"), _(u"If R is not installed, get it from http://www.r-project.org.").decode('utf8'), + msg = '\n'.join([_(u"Can't find R executable").decode('utf8'), _(u"If R is not installed, get it from http://www.r-project.org.").decode('utf8'), _(u"If R is installed, report its path in Preferences.").decode('utf8'), _(u"IRaMuTeQ does not work without R.").decode('utf8')]) dlg = wx.MessageDialog(self, msg, _(u"Problem").decode('utf8'), wx.OK | wx.ICON_WARNING) -- 2.7.4