From 5e28991c17fe0d15a631261821e19c6e3e30304f Mon Sep 17 00:00:00 2001
From: Kovid Goyal
You should use this tool as the last step in your ebook creation process.
- -Note that polishing only works on files in the %s formats.
+{0} +Note that polishing only works on files in the %s formats.
\ ''')%_(' or ').join('%s'%x for x in SUPPORTED), 'subset': _('''\ @@ -69,7 +69,7 @@ text might not be covered by the subset font. 'jacket': _('''\Insert a "book jacket" page at the start of the book that contains all the book metadata such as title, tags, authors, series, comments, -etc.
'''), +etc. Any previous book jacket will be replaced.'''), 'remove_jacket': _('''\Remove a previous inserted book jacket page.
@@ -85,7 +85,7 @@ when single quotes at the start of contractions are involved. def hfix(name, raw): if name == 'about': - return raw + return raw.format('') raw = raw.replace('\n\n', '__XX__') raw = raw.replace('\n', ' ') raw = raw.replace('__XX__', '\n') diff --git a/src/calibre/gui2/actions/polish.py b/src/calibre/gui2/actions/polish.py index 127749cc51..5aecbd2d87 100644 --- a/src/calibre/gui2/actions/polish.py +++ b/src/calibre/gui2/actions/polish.py @@ -37,7 +37,13 @@ class Polish(QDialog): # {{{ self.setWindowTitle(title) self.help_text = { - 'polish': _('If you have both EPUB and ORIGINAL_EPUB in your book, + then polishing will run on ORIGINAL_EPUB (the same for other + ORIGINAL_* formats). So if you + want Polishing to not run on the ORIGINAL_* format, delete the + ORIGINAL_* format before running it.
''') + ), 'subset':_('