mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
863297630b
commit
d3069b4b83
@ -178,8 +178,8 @@ class ConvertAction(InterfaceAction):
|
|||||||
|
|
||||||
if num > 0:
|
if num > 0:
|
||||||
self.gui.jobs_pointer.start()
|
self.gui.jobs_pointer.start()
|
||||||
self.gui.status_bar.show_message(_('Starting conversion of %d book(s)') %
|
self.gui.status_bar.show_message(ngettext(
|
||||||
num, 2000)
|
'Starting conversion of the book', 'Starting conversion of {} books', num).format(num), 2000)
|
||||||
|
|
||||||
def queue_convert_jobs(self, jobs, changed, bad, rows, previous,
|
def queue_convert_jobs(self, jobs, changed, bad, rows, previous,
|
||||||
converted_func, extra_job_args=[], rows_are_ids=False):
|
converted_func, extra_job_args=[], rows_are_ids=False):
|
||||||
@ -282,5 +282,3 @@ class ConvertAction(InterfaceAction):
|
|||||||
lv.model().current_changed(current, QModelIndex())
|
lv.model().current_changed(current, QModelIndex())
|
||||||
if manually_fine_tune_toc:
|
if manually_fine_tune_toc:
|
||||||
self.gui.iactions['Edit ToC'].do_one(book_id, fmt.upper())
|
self.gui.iactions['Edit ToC'].do_one(book_id, fmt.upper())
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user