diff -r 801289962f4e -r 57179e4cdadd Plugins/AboutPlugin/AboutDialog.py --- 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>"""