From 6c8c329d2e5132e4124e9d57e2da9caa9913bd42 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Jun 2017 16:49:47 +0530 Subject: [PATCH] Fix #1700503 [Missing info after colon?](https://bugs.launchpad.net/calibre/+bug/1700503) --- 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 2a00538e78..d602f311b2 100644 --- a/src/calibre/gui2/actions/add.py +++ b/src/calibre/gui2/actions/add.py @@ -475,7 +475,7 @@ class AddAction(InterfaceAction): info_dialog(self.gui, _('Merged some books'), pm + ' ' + _('Incoming book formats were processed and merged into your ' 'calibre database according to your auto-merge ' - 'settings:'), + 'settings. Click "Show details" to see the list of merged books.'), det_msg='\n'.join(lines), show=True) if adder.number_of_books_added > 0 or adder.merged_books: