mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 10:25:34 +01:00
...
This commit is contained in:
parent
578372bf3e
commit
4315f64fc8
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@ def check_dirtied(self):
|
|||
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,'
|
||||
|
|
|
|||
Loading…
Reference in a new issue