diff -r d94e9b37e520 -r 44519fdf4cc9 Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py --- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Mon Sep 05 18:42:01 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Mon Sep 05 19:17:27 2011 +0200 @@ -1176,7 +1176,7 @@ shouldReopen = self.vcs.hgUnbundle(self.project.ppath) if shouldReopen: res = E5MessageBox.yesNo(self.parent(), - self.trUtf8("Pull"), + self.trUtf8("Apply changegroups"), self.trUtf8("""The project should be reread. Do this now?"""), yesDefault=True) if res: