String changes

This commit is contained in:
Kovid Goyal 2020-02-21 14:26:48 +05:30
parent 2a765dbe05
commit 679bd061e6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1376,7 +1376,7 @@ class Boss(QObject):
from calibre.gui2.open_with import run_program
run_program(entry, dest.name, self)
if question_dialog(self.gui, _('File opened'), _(
'When you are done editing {0} click "Update" to update'
'When you are done editing {0} click "Import" to update'
' the file in the book or "Discard" to lose any changes.').format(file_name),
yes_text=_('Import'), no_text=_('Discard')
):