mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
12a7a51171
commit
bb758665a0
@ -95,6 +95,8 @@ class EmbedAction(InterfaceAction):
|
|||||||
self.pd_timer.stop()
|
self.pd_timer.stop()
|
||||||
self.job_data = None
|
self.job_data = None
|
||||||
self.gui.library_view.model().refresh_ids(book_ids)
|
self.gui.library_view.model().refresh_ids(book_ids)
|
||||||
|
if i > 0:
|
||||||
|
self.gui.status_bar.show_message(_('Embedded metadata in %d books') % i, 5000)
|
||||||
if errors:
|
if errors:
|
||||||
det_msg = [_('The {0} format of {1}:\n\n{2}\n').format(
|
det_msg = [_('The {0} format of {1}:\n\n{2}\n').format(
|
||||||
(fmt or '').upper(), force_unicode(mi.title), force_unicode(tb)) for mi, fmt, tb in errors]
|
(fmt or '').upper(), force_unicode(mi.title), force_unicode(tb)) for mi, fmt, tb in errors]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user