This commit is contained in:
Kovid Goyal 2021-05-26 21:48:55 +05:30
parent c09b45377f
commit e8b97d4b70
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -576,7 +576,7 @@ class AddAction(InterfaceAction):
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.',