mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
IGN:Fix convert existing feature
This commit is contained in:
parent
901af7414a
commit
e144a04d7b
@ -198,6 +198,7 @@ def convert_existing(parent, db, book_ids, output_format):
|
|||||||
already_converted_ids.append(book_id)
|
already_converted_ids.append(book_id)
|
||||||
already_converted_titles.append(db.get_metadata(book_id, True).title)
|
already_converted_titles.append(db.get_metadata(book_id, True).title)
|
||||||
|
|
||||||
|
if already_converted_ids:
|
||||||
if not question_dialog(parent, _('Convert existing'),
|
if not question_dialog(parent, _('Convert existing'),
|
||||||
_('The following books have already been converted to %s format. '
|
_('The following books have already been converted to %s format. '
|
||||||
'Do you wish to reconvert them?') % output_format,
|
'Do you wish to reconvert them?') % output_format,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user