From e8b97d4b70c9d2659f230f8df528b14809bdbce4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 May 2021 21:48:55 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/add.py b/src/calibre/gui2/actions/add.py index b99b156558..4c639ec0bd 100644 --- a/src/calibre/gui2/actions/add.py +++ b/src/calibre/gui2/actions/add.py @@ -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.',