From 558992008a0a763e6ec30f0c5c330c9c28814786 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Feb 2024 10:57:23 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/actions/layout_actions.py | 2 +- src/pyj/book_list/edit_metadata.pyj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/actions/layout_actions.py b/src/calibre/gui2/actions/layout_actions.py index 65ffe7a44b..ccae8f3b89 100644 --- a/src/calibre/gui2/actions/layout_actions.py +++ b/src/calibre/gui2/actions/layout_actions.py @@ -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'] diff --git a/src/pyj/book_list/edit_metadata.pyj b/src/pyj/book_list/edit_metadata.pyj index 906f637a0d..9541819045 100644 --- a/src/pyj/book_list/edit_metadata.pyj +++ b/src/pyj/book_list/edit_metadata.pyj @@ -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: