From 4315f64fc822ee4b6722fe79bca5ddd154ccb14a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 Dec 2013 09:22:08 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/boss.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index dd5a6df403..ce1a2b72fc 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -99,7 +99,8 @@ class Boss(QObject): if len(dirtied) > 4: return question_dialog(self.gui, _('Unsaved changes'), _( 'You have unsaved changes in many opened files. If you proceed,' - ' you will lose them. Proceed anyway?') % ', '.join(dirtied)) + ' you will lose them. Proceed anyway?'), det_msg=( + _('Modified files:\n\n') + '\n'.join(dirtied))) return question_dialog(self.gui, _('Unsaved changes'), _( 'You have unsaved changes in the files %s. If you proceed,'