VCS/VersionControl.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3302
e92f0dd51979
--- a/VCS/VersionControl.py	Fri Jan 10 19:30:21 2014 +0100
+++ b/VCS/VersionControl.py	Sat Jan 11 11:55:33 2014 +0100
@@ -567,8 +567,8 @@
         if not procStarted:
             E5MessageBox.critical(
                 None,
-                self.trUtf8('Process Generation Error'),
-                self.trUtf8(
+                self.tr('Process Generation Error'),
+                self.tr(
                     'The process {0} could not be started. '
                     'Ensure, that it is in the search path.'
                 ).format(program))
@@ -698,7 +698,7 @@
             self.statusMonitorThread = None
             self.__statusMonitorStatus(
                 "off",
-                self.trUtf8("Repository status checking is switched off"))
+                self.tr("Repository status checking is switched off"))
     
     def setStatusMonitorInterval(self, interval, project):
         """

eric ide

mercurial