Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

changeset 6883
57a2dc333cea
parent 6878
79008f970902
diff -r 65d1bf4b7427 -r 57a2dc333cea Preferences/ConfigurationPages/EditorHighlightingStylesPage.py
--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Tue Mar 19 19:32:33 2019 +0100
+++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Tue Mar 19 19:36:13 2019 +0100
@@ -756,8 +756,9 @@
             self,
             self.tr("Reset Sub-Styles to Default"),
             self.tr("<p>Do you really want to reset all defined sub-styles of"
-                    " <b>{0}</b> to the default values?</p>""").format(
-            self.lexer.description(style, substyle)))
+                    " <b>{0}</b> to the default values?</p>""")
+            .format(self.lexer.description(style, substyle))
+        )
         if ok:
             # 1. reset sub-styles
             self.lexer.loadDefaultSubStyles(style)

eric ide

mercurial