Corrected some more inconsitencies.

Thu, 03 Apr 2014 18:58:08 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 03 Apr 2014 18:58:08 +0200
changeset 3472
9ea593813385
parent 3471
31a6d4300906
child 3473
533226ce6c1e

Corrected some more inconsitencies.

Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py file | annotate | diff | comparison | revisions
Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py file | annotate | diff | comparison | revisions
Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py file | annotate | diff | comparison | revisions
--- 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)
--- a/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py	Thu Apr 03 18:53:58 2014 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/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)
--- 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