mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:43:48 +02:00
oops
This commit is contained in:
parent
234ed4d250
commit
7396cb76d5
1 changed files with 2 additions and 2 deletions
|
|
@ -450,7 +450,7 @@ def us_changed(self):
|
|||
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 @@ def us_changed(self):
|
|||
line-height: 1.2;
|
||||
}}
|
||||
</style>
|
||||
''' # }}}
|
||||
''') # }}}
|
||||
|
||||
class ThemeEditor(Dialog):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue