From 17377a9867f20a72e2ecbc19d9cb295d6c5c9dd7 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:35:07 +0200 Subject: [PATCH] readersearch: wording, help text --- frontend/apps/reader/modules/readersearch.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readersearch.lua b/frontend/apps/reader/modules/readersearch.lua index 717e43814..acd0a5c9f 100644 --- a/frontend/apps/reader/modules/readersearch.lua +++ b/frontend/apps/reader/modules/readersearch.lua @@ -84,7 +84,8 @@ function ReaderSearch:addToMainMenu(menu_items) text = _("Fulltext search settings"), sub_item_table = { { - text = _("Search highlighted text: find all"), + text = _("Show all results on text selection"), + help_text = _("When invoked after text selection, show a list with all results instead of highlighting matches in book pages."), checked_func = function() return G_reader_settings:isTrue("fulltext_search_find_all") end,