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: