diff -r 36e9f388958b -r 30c81c9e88b8 Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py --- a/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py Sat Oct 19 14:05:26 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py Sat Oct 19 15:15:50 2013 +0200 @@ -63,9 +63,9 @@ self.actions.append(self.hgTransplantAct) self.hgTransplantContinueAct = E5Action( - self.trUtf8('Continue Transplant Session'), - self.trUtf8('Continue Transplant Session'), - 0, 0, self, 'mercurial_transplant_continue') + self.trUtf8('Continue Transplant Session'), + self.trUtf8('Continue Transplant Session'), + 0, 0, self, 'mercurial_transplant_continue') self.hgTransplantContinueAct.setStatusTip(self.trUtf8( 'Continue the last transplant session after repair' ))