mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix error message when bulk converting and conversion of some books fails
This commit is contained in:
parent
a8da128259
commit
623f6623b5
@ -122,7 +122,7 @@ def convert_single_ebook(parent, db, book_ids, auto_conversion=False, # {{{
|
|||||||
(
|
(
|
||||||
_('Could not convert the book because no supported source format was found')
|
_('Could not convert the book because no supported source format was found')
|
||||||
if len(res) == 1 else
|
if len(res) == 1 else
|
||||||
_('Could not convert {num} of {tot} books, because no supported source formats were found.'),
|
_('Could not convert {num} of {tot} books, because no supported source formats were found.')
|
||||||
).format(num=len(res), tot=total),
|
).format(num=len(res), tot=total),
|
||||||
msg).exec_()
|
msg).exec_()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user