From 679bd061e69348baec78a88d28fdde609cd8d0e2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Feb 2020 14:26:48 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/tweak_book/boss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index d707f8a78d..17f88e6723 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -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') ):