From 1e12b7fede865cedea6feb07e9f0990b3f81d3d3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Oct 2017 09:20:12 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/ui.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/tweak_book/ui.py b/src/calibre/gui2/tweak_book/ui.py index 16e28ec614..c14b285173 100644 --- a/src/calibre/gui2/tweak_book/ui.py +++ b/src/calibre/gui2/tweak_book/ui.py @@ -418,8 +418,9 @@ class Main(MainWindow): 'embed-fonts.png', _('&Embed referenced fonts'), partial( self.boss.polish, 'embed', _('Embed fonts')), 'embed-fonts', (), _('Embed referenced fonts')) self.action_smarten_punctuation = treg( - 'smarten-punctuation.png', _('&Smarten punctuation'), partial( - self.boss.polish, 'smarten_punctuation', _('Smarten punctuation')), 'smarten-punctuation', (), _('Smarten punctuation')) + 'smarten-punctuation.png', _('&Smarten punctuation (works best for English)'), partial( + self.boss.polish, 'smarten_punctuation', _('Smarten punctuation')), + 'smarten-punctuation', (), _('Smarten punctuation')) self.action_remove_unused_css = treg( 'edit-clear.png', _('Remove &unused CSS rules'), partial( self.boss.polish, 'remove_unused_css', _('Remove unused CSS rules')), 'remove-unused-css', (), _('Remove unused CSS rules'))