diff -r 0a02c433f52d -r 5883ce99ee12 Preferences/ConfigurationPages/EditorHighlightingStylesPage.py --- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Sun Nov 03 15:58:22 2013 +0100 @@ -11,7 +11,7 @@ from PyQt4.QtCore import pyqtSlot, QFileInfo, QFile, QIODevice from PyQt4.QtGui import QPalette, QColorDialog, QFontDialog, \ - QInputDialog, QFont, QMenu + QInputDialog, QFont, QMenu from .ConfigurationPageBase import ConfigurationPageBase from .Ui_EditorHighlightingStylesPage import Ui_EditorHighlightingStylesPage @@ -405,8 +405,8 @@ self.trUtf8("Export Highlighting Styles"), self.trUtf8( """<p>The highlighting styles could not be exported""" - """ to file <b>{0}</b>.</p><p>Reason: {1}</p>""")\ - .format(fn, f.errorString()) + """ to file <b>{0}</b>.</p><p>Reason: {1}</p>""") + .format(fn, f.errorString()) ) def __importStyles(self, lexers): @@ -437,8 +437,8 @@ self.trUtf8("Import Highlighting Styles"), self.trUtf8( """<p>The highlighting styles could not be read""" - """ from file <b>{0}</b>.</p><p>Reason: {1}</p>""")\ - .format(fn, f.errorString()) + """ from file <b>{0}</b>.</p><p>Reason: {1}</p>""") + .format(fn, f.errorString()) ) return