mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c09b45377f
commit
e8b97d4b70
@ -576,7 +576,7 @@ class AddAction(InterfaceAction):
|
|||||||
for author in sorted(merged, key=sort_key):
|
for author in sorted(merged, key=sort_key):
|
||||||
lines.append(author)
|
lines.append(author)
|
||||||
for title in sorted(merged[author], key=sort_key):
|
for title in sorted(merged[author], key=sort_key):
|
||||||
lines.append('\t' + title)
|
lines.append(' ' + title)
|
||||||
lines.append('')
|
lines.append('')
|
||||||
pm = ngettext('The following duplicate book was found.',
|
pm = ngettext('The following duplicate book was found.',
|
||||||
'The following {} duplicate books were found.',
|
'The following {} duplicate books were found.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user