mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
234ed4d250
commit
7396cb76d5
@ -450,7 +450,7 @@ class Property(QWidget):
|
|||||||
self.changed.emit()
|
self.changed.emit()
|
||||||
|
|
||||||
# Help text {{{
|
# Help text {{{
|
||||||
HELP_TEXT = '''\
|
HELP_TEXT = _('''\
|
||||||
<h2>Creating a custom theme</h2>
|
<h2>Creating a custom theme</h2>
|
||||||
|
|
||||||
<p id="attribute" lang="und">You can create a custom syntax highlighting
|
<p id="attribute" lang="und">You can create a custom syntax highlighting
|
||||||
@ -518,7 +518,7 @@ p.someclass {{
|
|||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}}
|
}}
|
||||||
</style>
|
</style>
|
||||||
''' # }}}
|
''') # }}}
|
||||||
|
|
||||||
class ThemeEditor(Dialog):
|
class ThemeEditor(Dialog):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user