mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c695f695bc
commit
450dba332f
@ -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'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user