--- a/Plugins/AboutPlugin/AboutDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Plugins/AboutPlugin/AboutDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -21,7 +21,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>"""