mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-26 19:13:46 +01:00
String changes
This commit is contained in:
parent
2a765dbe05
commit
679bd061e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1376,7 +1376,7 @@ def open_file_with(self, file_name, fmt, entry):
|
|||
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')
|
||||
):
|
||||
|
|
|
|||
Loading…
Reference in a new issue