From 450dba332f710737b0fcb5f6e25353d44aac6635 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Jul 2018 17:37:52 +0530 Subject: [PATCH] ... --- src/calibre/gui2/metadata/single.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/metadata/single.py b/src/calibre/gui2/metadata/single.py index b9b77f9b69..563e3ac071 100644 --- a/src/calibre/gui2/metadata/single.py +++ b/src/calibre/gui2/metadata/single.py @@ -609,8 +609,8 @@ class MetadataSingleDialogBase(QDialog): pm = ngettext('There is another book to edit in this set.', 'There are still {} more books to edit in this set.', num).format(num) if not question_dialog( - self, _('Are you sure?'), pm + _( - ' Are you sure you want to stop? Use the "Next" button' + self, _('Are you sure?'), pm + ' ' + _( + 'Are you sure you want to stop? Use the "Next" button' ' instead of the "OK" button to move through books in the set.'), yes_text=_('&Stop editing'), no_text=_('&Continue editing'), yes_icon='dot_red.png', no_icon='dot_green.png',