From 0cc55a1346ce3928a155bdc39eaac8a125dae86a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 27 Dec 2016 09:03:41 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/tweak_epub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/tweak_epub.py b/src/calibre/gui2/actions/tweak_epub.py index 536399aa1c..9ea93c78a7 100755 --- a/src/calibre/gui2/actions/tweak_epub.py +++ b/src/calibre/gui2/actions/tweak_epub.py @@ -109,7 +109,7 @@ class TweakEpubAction(InterfaceAction): if not tweakable_fmts: return error_dialog(self.gui, _('Cannot Edit Book'), _('The book must be in the %s formats to edit.' - '\n\nFirst convert the book to one of these formats.') % (_(' or '.join(SUPPORTED))), + '\n\nFirst convert the book to one of these formats.') % (_(' or ').join(SUPPORTED)), show=True) from calibre.gui2.tweak_book import tprefs tprefs.refresh() # In case they were changed in a Tweak Book process