From cf446a724fc85fef1fd23e67b42a5e9921b40c49 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 May 2012 09:38:09 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/add.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/actions/add.py b/src/calibre/gui2/actions/add.py index cf47684063..83d0219ca0 100644 --- a/src/calibre/gui2/actions/add.py +++ b/src/calibre/gui2/actions/add.py @@ -329,8 +329,10 @@ class AddAction(InterfaceAction): x.decode(preferred_encoding, 'replace') for x in self._adder.merged_books]) info_dialog(self.gui, _('Merged some books'), - _('The following duplicate books were found and incoming book formats were ' - 'processed and merged into your Calibre database according to your automerge settings:'), det_msg=books, show=True) + _('The following duplicate books were found and incoming ' + 'book formats were processed and merged into your ' + 'Calibre database according to your automerge ' + 'settings:'), det_msg=books, show=True) if getattr(self._adder, 'number_of_books_added', 0) > 0 or \ getattr(self._adder, 'merged_books', False):