From 7595c722ed5ec797feb5aedeeca31eec74fe2228 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Nov 2023 14:34:40 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/viewer/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/viewer/search.py b/src/calibre/gui2/viewer/search.py index 0980db5c4d..8a6ce60741 100644 --- a/src/calibre/gui2/viewer/search.py +++ b/src/calibre/gui2/viewer/search.py @@ -507,7 +507,7 @@ class SearchInput(QWidget): # {{{ def emit_search(self, backwards=False): boss = get_boss() - if boss.check_for_read_aloud(_('search result location')): + if boss.check_for_read_aloud(_('the location of this search result')): return vprefs[f'viewer-{self.panel_name}-case-sensitive'] = self.case_sensitive.isChecked() vprefs[f'viewer-{self.panel_name}-mode'] = self.query_type.currentData() @@ -637,7 +637,7 @@ class Results(QTreeWidget): # {{{ def item_activated(self): boss = get_boss() - if boss.check_for_read_aloud(_('search result location')): + if boss.check_for_read_aloud(_('the location of this search result')): return i = self.currentItem() if i: