--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Sat Oct 19 16:14:07 2013 +0200 +++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Sat Oct 19 16:51:12 2013 +0200 @@ -9,7 +9,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 @@ -404,7 +404,7 @@ self.trUtf8( """<p>The highlighting styles could not be exported""" """ to file <b>{0}</b>.</p><p>Reason: {1}</p>""") - .format(fn, f.errorString()) + .format(fn, f.errorString()) ) def __importStyles(self, lexers): @@ -436,7 +436,7 @@ self.trUtf8( """<p>The highlighting styles could not be read""" """ from file <b>{0}</b>.</p><p>Reason: {1}</p>""") - .format(fn, f.errorString()) + .format(fn, f.errorString()) ) return