--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sun Nov 03 15:58:22 2013 +0100 @@ -321,10 +321,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' ))