From 7396cb76d54fe9822a0423debd7b19b98d4bce72 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 14 Jun 2014 14:10:57 +0530 Subject: [PATCH] oops --- src/calibre/gui2/tweak_book/editor/themes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = _('''\

Creating a custom theme

You can create a custom syntax highlighting @@ -518,7 +518,7 @@ p.someclass {{ line-height: 1.2; }} -''' # }}} +''') # }}} class ThemeEditor(Dialog):