Plugins/AboutPlugin/AboutDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
19 import UI.Info 19 import UI.Info
20 20
21 21
22 titleText = "<b>{0} - {1}</b>".format(UI.Info.Program, UI.Info.Version) 22 titleText = "<b>{0} - {1}</b>".format(UI.Info.Program, UI.Info.Version)
23 23
24 aboutText = QApplication.translate("AboutDialog", 24 aboutText = QApplication.translate(
25 "AboutDialog",
25 """<p>{0} is an Integrated Development Environment for the Python""" 26 """<p>{0} is an Integrated Development Environment for the Python"""
26 """ programming language. It is written using the PyQt Python bindings""" 27 """ programming language. It is written using the PyQt Python bindings"""
27 """ for the Qt GUI toolkit and the QScintilla editor widget.</p>""" 28 """ for the Qt GUI toolkit and the QScintilla editor widget.</p>"""
28 """<p>For more information see""" 29 """<p>For more information see"""
29 """ <a href="{1}">{1}</a>.</p>""" 30 """ <a href="{1}">{1}</a>.</p>"""

eric ide

mercurial