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>""" |