Plugins/AboutPlugin/AboutDialog.py

changeset 3022
57179e4cdadd
parent 3004
c4bf32c791d0
child 3036
30c81c9e88b8
child 3058
0a02c433f52d
--- a/Plugins/AboutPlugin/AboutDialog.py	Mon Oct 14 20:08:19 2013 +0200
+++ b/Plugins/AboutPlugin/AboutDialog.py	Tue Oct 15 18:29:32 2013 +0200
@@ -19,7 +19,8 @@
 
 titleText = "<b>{0} - {1}</b>".format(UI.Info.Program, UI.Info.Version)
 
-aboutText = QApplication.translate("AboutDialog",
+aboutText = QApplication.translate(
+    "AboutDialog",
     """<p>{0} is an Integrated Development Environment for the Python"""
     """ programming language. It is written using the PyQt Python bindings"""
     """ for the Qt GUI toolkit and the QScintilla editor widget.</p>"""

eric ide

mercurial