--- a/eric6/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Wed Jan 06 13:47:01 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.