This commit is contained in:
Kovid Goyal 2018-07-26 17:37:52 +05:30
parent c695f695bc
commit 450dba332f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -609,7 +609,7 @@ class MetadataSingleDialogBase(QDialog):
pm = ngettext('There is another book to edit in this set.', pm = ngettext('There is another book to edit in this set.',
'There are still {} more books to edit in this set.', num).format(num) 'There are still {} more books to edit in this set.', num).format(num)
if not question_dialog( if not question_dialog(
self, _('Are you sure?'), pm + _( self, _('Are you sure?'), pm + ' ' + _(
'Are you sure you want to stop? Use the "Next" button' 'Are you sure you want to stop? Use the "Next" button'
' instead of the "OK" button to move through books in the set.'), ' instead of the "OK" button to move through books in the set.'),
yes_text=_('&Stop editing'), no_text=_('&Continue editing'), yes_text=_('&Stop editing'), no_text=_('&Continue editing'),