This commit is contained in:
Kovid Goyal 2013-12-02 09:22:08 +05:30
parent 578372bf3e
commit 4315f64fc8

View File

@ -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,'