Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py

changeset 3472
9ea593813385
parent 3471
31a6d4300906
child 3515
1b8381afe38f
--- a/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py	Thu Apr 03 18:53:58 2014 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py	Thu Apr 03 18:58:08 2014 +0200
@@ -135,7 +135,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)
@@ -151,7 +151,7 @@
         ))
         self.svnExtDiffAct.setWhatsThis(self.tr(
             """<b>Show differences (extended)</b>"""
-            """<p>This shows the difference of selectable revisions of"""
+            """<p>This shows differences of selectable revisions of"""
             """ the project.</p>"""
         ))
         self.svnExtDiffAct.triggered.connect(self.__svnExtendedDiff)
@@ -167,7 +167,7 @@
         ))
         self.svnUrlDiffAct.setWhatsThis(self.tr(
             """<b>Show differences (URLs)</b>"""
-            """<p>This shows the difference of the project between"""
+            """<p>This shows differences of the project between"""
             """ two repository URLs.</p>"""
         ))
         self.svnUrlDiffAct.triggered.connect(self.__svnUrlDiff)

eric ide

mercurial