Thu, 03 Apr 2014 18:58:08 +0200
Corrected some more inconsitencies.
--- 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)