Plugins/PluginWizardE5MessageBox.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2791
a9577f248f04
parent 3004
c4bf32c791d0
child 3058
0a02c433f52d
diff -r 9986ec0e559a -r 10516539f238 Plugins/PluginWizardE5MessageBox.py
--- a/Plugins/PluginWizardE5MessageBox.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/PluginWizardE5MessageBox.py	Fri Oct 18 23:00:41 2013 +0200
@@ -76,8 +76,8 @@
         self.action.setWhatsThis(self.trUtf8(
             """<b>E5MessageBox Wizard</b>"""
             """<p>This wizard opens a dialog for entering all the parameters"""
-            """ needed to create an E5MessageBox. The generated code is inserted"""
-            """ at the current cursor position.</p>"""
+            """ needed to create an E5MessageBox. The generated code is"""
+            """ inserted at the current cursor position.</p>"""
         ))
         self.action.triggered[()].connect(self.__handle)
         
@@ -114,7 +114,7 @@
         
     def __handle(self):
         """
-        Private method to handle the wizards action
+        Private method to handle the wizards action.
         """
         editor = e5App().getObject("ViewManager").activeWindow()
         

eric ide

mercurial