mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
ab39c2fe1d
commit
b2262be80c
@ -133,7 +133,7 @@ class EditMetadataAction(InterfaceAction):
|
|||||||
num = len(failed_ids | failed_covers)
|
num = len(failed_ids | failed_covers)
|
||||||
self.cleanup_bulk_download(tdir)
|
self.cleanup_bulk_download(tdir)
|
||||||
return error_dialog(self.gui, _('Download failed'), ngettext(
|
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
|
'Failed to download metadata or covers for any of the {} books.', num
|
||||||
).format(num), det_msg=det_msg, show=True)
|
).format(num), det_msg=det_msg, show=True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user