--- a/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -194,7 +194,8 @@ if not procStarted: self.inputGroup.setEnabled(False) self.inputGroup.hide() - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. ' @@ -253,7 +254,8 @@ errMsg = self.trUtf8("Could not start the hg executable.") if errMsg: - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8("Mercurial Error"), errMsg)