Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

changeset 3034
7ce719013078
parent 3020
542e97d4ecb3
child 3038
7fe9a53280bd
--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sat Oct 19 13:03:39 2013 +0200
@@ -403,7 +403,7 @@
                 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>""")\
+                    """ to file <b>{0}</b>.</p><p>Reason: {1}</p>""")
                     .format(fn, f.errorString())
             )
         
@@ -435,7 +435,7 @@
                 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>""")\
+                    """ from file <b>{0}</b>.</p><p>Reason: {1}</p>""")
                     .format(fn, f.errorString())
             )
             return

eric ide

mercurial