String changes

This commit is contained in:
Kovid Goyal 2024-02-14 10:57:23 +05:30
parent 556140dd10
commit 558992008a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ class LayoutActions(InterfaceAction):
'''
if show_warning:
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'):
return
layouts = gprefs['saved_layouts']

View File

@ -1120,7 +1120,7 @@ def on_close(container_id):
)
else:
if has_changes:
question_dialog(_('Are you sure'), _(
question_dialog(_('Are you sure?'), _(
'Any changes you have made will be discarded.'
' Do you wish to discard all changes?'), def (yes):
if yes: