--- a/Plugins/PluginWizardQFileDialog.py Thu Oct 10 18:40:16 2013 +0200 +++ b/Plugins/PluginWizardQFileDialog.py Thu Oct 10 19:03:45 2013 +0200 @@ -74,8 +74,8 @@ self.action.setWhatsThis(self.trUtf8( """<b>QFileDialog Wizard</b>""" """<p>This wizard opens a dialog for entering all the parameters""" - """ needed to create a QFileDialog. The generated code is inserted""" - """ at the current cursor position.</p>""" + """ needed to create a QFileDialog. The generated code is""" + """ inserted at the current cursor position.</p>""" )) self.action.triggered[()].connect(self.__handle)