diff -r 10516539f238 -r 0a02c433f52d Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py --- a/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -90,7 +90,8 @@ self.process.start(program, args) procStarted = self.process.waitForStarted(5000) if not procStarted: - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. '