From 690b82a28f75ab332a337ed471e7fd24d800986f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 30 Oct 2014 09:30:35 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/polish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/polish.py b/src/calibre/gui2/actions/polish.py index 469e96bdeb..35454ffac3 100644 --- a/src/calibre/gui2/actions/polish.py +++ b/src/calibre/gui2/actions/polish.py @@ -82,7 +82,7 @@ class Polish(QDialog): # {{{ ('smarten_punctuation', _('Smarten &punctuation')), ('metadata', _('Update &metadata in the book files')), ('do_cover', _('Update the &cover in the book files')), - ('jacket', _('Add metadata as a "book &jacket" page')), + ('jacket', _('Add/Replace metadata as a "book &jacket" page')), ('remove_jacket', _('&Remove a previously inserted book jacket')), ('remove_unused_css', _('Remove &unused CSS rules from the book')), ])