diff --git a/src/calibre/gui2/tweak_book/editor/themes.py b/src/calibre/gui2/tweak_book/editor/themes.py index 5c04d86fdf..5ecf95ebf1 100644 --- a/src/calibre/gui2/tweak_book/editor/themes.py +++ b/src/calibre/gui2/tweak_book/editor/themes.py @@ -450,7 +450,7 @@ class Property(QWidget): self.changed.emit() # Help text {{{ -HELP_TEXT = '''\ +HELP_TEXT = _('''\
You can create a custom syntax highlighting @@ -518,7 +518,7 @@ p.someclass {{ line-height: 1.2; }} -''' # }}} +''') # }}} class ThemeEditor(Dialog):