mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
oops
This commit is contained in:
parent
234ed4d250
commit
7396cb76d5
@ -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):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user