diff -r 7912530a33e2 -r 542e97d4ecb3 Plugins/PluginWizardE5MessageBox.py --- a/Plugins/PluginWizardE5MessageBox.py Mon Oct 14 18:26:25 2013 +0200 +++ b/Plugins/PluginWizardE5MessageBox.py Mon Oct 14 19:30:36 2013 +0200 @@ -67,7 +67,8 @@ """ Private method to initialize the action. """ - self.action = E5Action(self.trUtf8('E5MessageBox Wizard'), + self.action = E5Action( + self.trUtf8('E5MessageBox Wizard'), self.trUtf8('&E5MessageBox Wizard...'), 0, 0, self, 'wizards_e5messagebox') self.action.setStatusTip(self.trUtf8('E5MessageBox Wizard')) @@ -117,9 +118,10 @@ editor = e5App().getObject("ViewManager").activeWindow() if editor == None: - E5MessageBox.critical(self.__ui, - self.trUtf8('No current editor'), - self.trUtf8('Please open or create a file first.')) + E5MessageBox.critical( + self.__ui, + self.trUtf8('No current editor'), + self.trUtf8('Please open or create a file first.')) else: code, ok = self.__callForm(editor) if ok: