Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4512
23e8b848efb0
diff -r ac84ac3c0f05 -r f0cb7579c0b4 Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py
--- a/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py	Sat Jul 05 12:13:23 2014 +0200
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
 """
-Module implementing the eric5 message box wizard dialog.
+Module implementing the eric6 message box wizard dialog.
 """
 
 from __future__ import unicode_literals
@@ -18,7 +18,7 @@
 
 class E5MessageBoxWizardDialog(QDialog, Ui_E5MessageBoxWizardDialog):
     """
-    Class implementing the eric5 message box wizard dialog.
+    Class implementing the eric6 message box wizard dialog.
     
     It displays a dialog for entering the parameters
     for the E5MessageBox code generator.

eric ide

mercurial