--- a/eric7/Plugins/PluginWizardQFileDialog.py Sun May 23 13:33:13 2021 +0200 +++ b/eric7/Plugins/PluginWizardQFileDialog.py Sun May 23 15:35:49 2021 +0200 @@ -94,14 +94,16 @@ self.tr('EricFileDialog Wizard'), self.tr('E&5FileDialog Wizard...'), 0, 0, self, 'wizards_e5filedialog') - self.ericFileDialogAction.setStatusTip(self.tr('EricFileDialog Wizard')) + self.ericFileDialogAction.setStatusTip(self.tr( + 'EricFileDialog Wizard')) self.ericFileDialogAction.setWhatsThis(self.tr( """<b>EricFileDialog Wizard</b>""" """<p>This wizard opens a dialog for entering all the parameters""" """ needed to create an EricFileDialog. The generated code is""" """ inserted at the current cursor position.</p>""" )) - self.ericFileDialogAction.triggered.connect(self.__handleEricFileDialog) + self.ericFileDialogAction.triggered.connect( + self.__handleEricFileDialog) self.__ui.addEricActions( [self.qFileDialogAction, self.ericFileDialogAction],