--- a/eric6/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Mon Feb 01 10:38:16 2021 +0100 @@ -4,7 +4,7 @@ # """ -Module implementing the eric6 message box wizard dialog. +Module implementing the eric message box wizard dialog. """ import os @@ -19,7 +19,7 @@ class E5MessageBoxWizardDialog(QDialog, Ui_E5MessageBoxWizardDialog): """ - Class implementing the eric6 message box wizard dialog. + Class implementing the eric message box wizard dialog. It displays a dialog for entering the parameters for the E5MessageBox code generator. @@ -382,7 +382,7 @@ @param istring indentation string (string) @param indString string used for indentation (space or tab) (string) - @keyparam withIntro flag indicating to generate a first line + @param withIntro flag indicating to generate a first line with introductory text (boolean) @return the button code (string) """