--- a/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py Mon Oct 14 18:26:25 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py Mon Oct 14 19:30:36 2013 +0200 @@ -113,7 +113,8 @@ shouldReopen = self.vcs.getExtensionObject("transplant")\ .hgTransplant(self.project.getProjectPath()) if shouldReopen: - res = E5MessageBox.yesNo(None, + res = E5MessageBox.yesNo( + None, self.trUtf8("Transplant Changesets"), self.trUtf8("""The project should be reread. Do this now?"""), yesDefault=True) @@ -127,7 +128,8 @@ shouldReopen = self.vcs.getExtensionObject("transplant")\ .hgTransplantContinue(self.project.getProjectPath()) if shouldReopen: - res = E5MessageBox.yesNo(None, + res = E5MessageBox.yesNo( + None, self.trUtf8("Transplant Changesets (Continue)"), self.trUtf8("""The project should be reread. Do this now?"""), yesDefault=True)