mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 02:23:43 +02:00
...
This commit is contained in:
parent
ab39c2fe1d
commit
b2262be80c
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ def metadata_downloaded(self, job):
|
|||
num = len(failed_ids | failed_covers)
|
||||
self.cleanup_bulk_download(tdir)
|
||||
return error_dialog(self.gui, _('Download failed'), ngettext(
|
||||
'Failed to download metadata or cover for the selected book',
|
||||
'Failed to download metadata or cover for the selected book.',
|
||||
'Failed to download metadata or covers for any of the {} books.', num
|
||||
).format(num), det_msg=det_msg, show=True)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue