Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3302
e92f0dd51979
--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Fri Jan 10 19:30:21 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Sat Jan 11 11:55:33 2014 +0100
@@ -99,7 +99,7 @@
             else:
                 process.kill()
                 process.waitForFinished()
-                error = self.trUtf8("Could not start the Mercurial process.")
+                error = self.tr("Could not start the Mercurial process.")
         
         if error:
             return False, error
@@ -154,7 +154,7 @@
         self.reportedStates = states
         
         return True, \
-            self.trUtf8("Mercurial status checked successfully")
+            self.tr("Mercurial status checked successfully")
     
     def _shutdown(self):
         """

eric ide

mercurial