mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-05 02:04:46 +01:00
...
This commit is contained in:
parent
c09b45377f
commit
e8b97d4b70
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ def _files_added(self, adder, on_card=None):
|
|||
for author in sorted(merged, key=sort_key):
|
||||
lines.append(author)
|
||||
for title in sorted(merged[author], key=sort_key):
|
||||
lines.append('\t' + title)
|
||||
lines.append(' ' + title)
|
||||
lines.append('')
|
||||
pm = ngettext('The following duplicate book was found.',
|
||||
'The following {} duplicate books were found.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue