From beb87c45a69388fd01a98624652b09cbb3c0a092 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Jul 2021 21:19:25 +0530 Subject: [PATCH] ... --- src/calibre/gui2/viewer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/viewer/main.py b/src/calibre/gui2/viewer/main.py index 0dcb1267c2..bfdd9c3ac9 100644 --- a/src/calibre/gui2/viewer/main.py +++ b/src/calibre/gui2/viewer/main.py @@ -134,7 +134,7 @@ View an e-book. 'If you want to match a substring, use the form toc-href-contains:something. ' 'The form ref:something will use Reference mode references.')) a('--continue', default=False, action='store_true', dest='continue_reading', - help=_('Continue reading the previously opened book')) + help=_('Continue reading the last opened book')) setup_gui_option_parser(parser) return parser