Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 3472
9ea593813385
parent 3471
31a6d4300906
child 3475
852dc7d65ff0
diff -r 31a6d4300906 -r 9ea593813385 Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Thu Apr 03 18:53:58 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Thu Apr 03 18:58:08 2014 +0200
@@ -287,7 +287,7 @@
         ))
         self.vcsDiffAct.setWhatsThis(self.tr(
             """<b>Show differences</b>"""
-            """<p>This shows the difference of the local project to the"""
+            """<p>This shows differences of the local project to the"""
             """ repository.</p>"""
         ))
         self.vcsDiffAct.triggered.connect(self._vcsDiff)
@@ -303,7 +303,7 @@
         ))
         self.hgExtDiffAct.setWhatsThis(self.tr(
             """<b>Show differences (extended)</b>"""
-            """<p>This shows the difference of selectable revisions of the"""
+            """<p>This shows differences of selectable revisions of the"""
             """ project.</p>"""
         ))
         self.hgExtDiffAct.triggered.connect(self.__hgExtendedDiff)

eric ide

mercurial