diff -r 36e9f388958b -r 30c81c9e88b8 Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py --- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat Oct 19 14:05:26 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat Oct 19 15:15:50 2013 +0200 @@ -319,10 +319,10 @@ self.actions.append(self.vcsStatusAct) self.hgSummaryAct = E5Action( - self.trUtf8('Show Summary'), - UI.PixmapCache.getIcon("vcsSummary.png"), - self.trUtf8('Show summary...'), - 0, 0, self, 'mercurial_summary') + self.trUtf8('Show Summary'), + UI.PixmapCache.getIcon("vcsSummary.png"), + self.trUtf8('Show summary...'), + 0, 0, self, 'mercurial_summary') self.hgSummaryAct.setStatusTip(self.trUtf8( 'Show summary information of the working directory status' ))