This commit is contained in:
Kovid Goyal 2014-06-14 14:10:57 +05:30
parent 234ed4d250
commit 7396cb76d5

View File

@ -450,7 +450,7 @@ class Property(QWidget):
self.changed.emit()
# Help text {{{
HELP_TEXT = '''\
HELP_TEXT = _('''\
<h2>Creating a custom theme</h2>
<p id="attribute" lang="und">You can create a custom syntax highlighting
@ -518,7 +518,7 @@ p.someclass {{
line-height: 1.2;
}}
</style>
''' # }}}
''') # }}}
class ThemeEditor(Dialog):