This commit is contained in:
Kovid Goyal 2016-11-01 22:38:22 +05:30
parent 2685cb6430
commit 863297630b

View File

@ -306,9 +306,9 @@ class AutoAdder(QObject):
if count > 0: if count > 0:
m.books_added(count) m.books_added(count)
gui.status_bar.show_message(_( gui.status_bar.show_message(
'Added %(num)d book(s) automatically from %(src)s') % ngettext('Added a book automatically from {src}', 'Added {num} books automatically from {src}', count).format(
dict(num=count, src=self.worker.path), 2000) num=count, src=self.worker.path), 2000)
gui.refresh_cover_browser() gui.refresh_cover_browser()
if needs_rescan: if needs_rescan: