From d61b61842121effcf2f67267388f862512b00d6d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 23 Sep 2016 08:13:34 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/boss.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index 75aca83844..fa6144f300 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -205,8 +205,8 @@ class Boss(QObject): def _check_before_open(self): if self.gui.action_save.isEnabled(): if not question_dialog(self.gui, _('Unsaved changes'), _( - 'The current book has unsaved changes. If you open a new book, they will be lost' - ' are you sure you want to proceed?')): + 'The current book has unsaved changes. If you open a new book, they will be lost.' + ' Are you sure you want to proceed?')): return if self.save_manager.has_tasks: return info_dialog(self.gui, _('Cannot open'),