17 import UI.Info |
17 import UI.Info |
18 |
18 |
19 |
19 |
20 titleText = "<b>{0} - {1}</b>".format(UI.Info.Program, UI.Info.Version) |
20 titleText = "<b>{0} - {1}</b>".format(UI.Info.Program, UI.Info.Version) |
21 |
21 |
22 aboutText = QApplication.translate("AboutDialog", |
22 aboutText = QApplication.translate( |
|
23 "AboutDialog", |
23 """<p>{0} is an Integrated Development Environment for the Python""" |
24 """<p>{0} is an Integrated Development Environment for the Python""" |
24 """ programming language. It is written using the PyQt Python bindings""" |
25 """ programming language. It is written using the PyQt Python bindings""" |
25 """ for the Qt GUI toolkit and the QScintilla editor widget.</p>""" |
26 """ for the Qt GUI toolkit and the QScintilla editor widget.</p>""" |
26 """<p>For more information see""" |
27 """<p>For more information see""" |
27 """ <a href="{1}">{1}</a>.</p>""" |
28 """ <a href="{1}">{1}</a>.</p>""" |