mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
556140dd10
commit
558992008a
@ -215,7 +215,7 @@ class LayoutActions(InterfaceAction):
|
|||||||
'''
|
'''
|
||||||
if show_warning:
|
if show_warning:
|
||||||
if not question_dialog(self.gui, _('Are you sure?'),
|
if not question_dialog(self.gui, _('Are you sure?'),
|
||||||
_('Do you really want to delete the saved layout {0}').format(name),
|
_('Do you really want to delete the saved layout {0}?').format(name),
|
||||||
skip_dialog_name='delete_saved_gui_layout'):
|
skip_dialog_name='delete_saved_gui_layout'):
|
||||||
return
|
return
|
||||||
layouts = gprefs['saved_layouts']
|
layouts = gprefs['saved_layouts']
|
||||||
|
@ -1120,7 +1120,7 @@ def on_close(container_id):
|
|||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
if has_changes:
|
if has_changes:
|
||||||
question_dialog(_('Are you sure'), _(
|
question_dialog(_('Are you sure?'), _(
|
||||||
'Any changes you have made will be discarded.'
|
'Any changes you have made will be discarded.'
|
||||||
' Do you wish to discard all changes?'), def (yes):
|
' Do you wish to discard all changes?'), def (yes):
|
||||||
if yes:
|
if yes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user