mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1664053 [Whole notification not translated](https://bugs.launchpad.net/calibre/+bug/1664053)
This commit is contained in:
parent
ffcf88668c
commit
72d7830abc
@ -264,8 +264,8 @@ class ConvertAction(InterfaceAction):
|
||||
with open(temp_files[-1].name, 'rb') as data:
|
||||
db.add_format(book_id, fmt, data, index_is_id=True)
|
||||
self.gui.book_converted.emit(book_id, fmt)
|
||||
self.gui.status_bar.show_message(job.description +
|
||||
(' completed'), 2000)
|
||||
self.gui.status_bar.show_message(job.description + ' ' +
|
||||
_('completed'), 2000)
|
||||
finally:
|
||||
for f in temp_files:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user