Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py

changeset 3471
31a6d4300906
parent 3349
2a034a7f1f54
child 3472
9ea593813385
diff -r 53a53c45a3f0 -r 31a6d4300906 Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py
--- a/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py	Wed Apr 02 19:08:31 2014 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py	Thu Apr 03 18:53:58 2014 +0200
@@ -126,7 +126,7 @@
         self.actions.append(self.svnLogBrowserAct)
         
         self.vcsDiffAct = E5Action(
-            self.tr('Show difference'),
+            self.tr('Show differences'),
             UI.PixmapCache.getIcon("vcsDiff.png"),
             self.tr('Show &difference'),
             0, 0, self, 'subversion_diff')
@@ -134,7 +134,7 @@
             'Show the difference of the local project to the repository'
         ))
         self.vcsDiffAct.setWhatsThis(self.tr(
-            """<b>Show difference</b>"""
+            """<b>Show differences</b>"""
             """<p>This shows the difference of the local project to the"""
             """ repository.</p>"""
         ))
@@ -142,15 +142,15 @@
         self.actions.append(self.vcsDiffAct)
         
         self.svnExtDiffAct = E5Action(
-            self.tr('Show difference (extended)'),
+            self.tr('Show differences (extended)'),
             UI.PixmapCache.getIcon("vcsDiff.png"),
-            self.tr('Show difference (extended)'),
+            self.tr('Show differences (extended)'),
             0, 0, self, 'subversion_extendeddiff')
         self.svnExtDiffAct.setStatusTip(self.tr(
             'Show the difference of revisions of the project to the repository'
         ))
         self.svnExtDiffAct.setWhatsThis(self.tr(
-            """<b>Show difference (extended)</b>"""
+            """<b>Show differences (extended)</b>"""
             """<p>This shows the difference of selectable revisions of"""
             """ the project.</p>"""
         ))
@@ -158,15 +158,15 @@
         self.actions.append(self.svnExtDiffAct)
         
         self.svnUrlDiffAct = E5Action(
-            self.tr('Show difference (URLs)'),
+            self.tr('Show differences (URLs)'),
             UI.PixmapCache.getIcon("vcsDiff.png"),
-            self.tr('Show difference (URLs)'),
+            self.tr('Show differences (URLs)'),
             0, 0, self, 'subversion_urldiff')
         self.svnUrlDiffAct.setStatusTip(self.tr(
             'Show the difference of the project between two repository URLs'
         ))
         self.svnUrlDiffAct.setWhatsThis(self.tr(
-            """<b>Show difference (URLs)</b>"""
+            """<b>Show differences (URLs)</b>"""
             """<p>This shows the difference of the project between"""
             """ two repository URLs.</p>"""
         ))

eric ide

mercurial