diff -r 8ba11cf46483 -r 9f6555d3c3c0 Plugins/AboutPlugin/AboutDialog.py --- a/Plugins/AboutPlugin/AboutDialog.py Sat Sep 05 13:49:08 2015 +0200 +++ b/Plugins/AboutPlugin/AboutDialog.py Sat Sep 05 15:13:13 2015 +0200 @@ -98,7 +98,7 @@ And all the people who reported bugs and made suggestions.""" -licenseText = \ +licenseText = ( """Eric is {0} You may use, distribute and copy Eric under the terms of the GNU @@ -728,8 +728,8 @@ Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. - END OF TERMS AND CONDITIONS""" \ -.format(UI.Info.Copyright) # __IGNORE_WARNING__ + END OF TERMS AND CONDITIONS +""").format(UI.Info.Copyright) class AboutDialog(QDialog, Ui_AboutDialog):