mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:43:38 +02:00
...
This commit is contained in:
parent
6ceb84e701
commit
0cc55a1346
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def do_tweak(self, book_id):
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue