From 6aff552e7570d352c5ca46de461c8d741099f52c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Nov 2023 06:50:43 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/viewer/highlights.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/viewer/highlights.py b/src/calibre/gui2/viewer/highlights.py index 89db12c75f..da58a92fee 100644 --- a/src/calibre/gui2/viewer/highlights.py +++ b/src/calibre/gui2/viewer/highlights.py @@ -531,7 +531,7 @@ class HighlightsPanel(QWidget): def jump_to_highlight(self, highlight): boss = get_boss() - if boss.check_for_read_aloud(_('highlight location')): + if boss.check_for_read_aloud(_('the location of this highlight')): return self.request_highlight_action.emit(highlight['uuid'], 'goto') @@ -548,7 +548,7 @@ class HighlightsPanel(QWidget): def edit_highlight(self): boss = get_boss() - if boss.check_for_read_aloud(_('highlight location')): + if boss.check_for_read_aloud(_('the location of this highlight')): return h = self.highlights.current_highlight if h is None: