mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
578372bf3e
commit
4315f64fc8
@ -99,7 +99,8 @@ class Boss(QObject):
|
|||||||
if len(dirtied) > 4:
|
if len(dirtied) > 4:
|
||||||
return question_dialog(self.gui, _('Unsaved changes'), _(
|
return question_dialog(self.gui, _('Unsaved changes'), _(
|
||||||
'You have unsaved changes in many opened files. If you proceed,'
|
'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'), _(
|
return question_dialog(self.gui, _('Unsaved changes'), _(
|
||||||
'You have unsaved changes in the files %s. If you proceed,'
|
'You have unsaved changes in the files %s. If you proceed,'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user