readersearch: wording, help text

reviewable/pr11507/r2
hius07 2 months ago committed by GitHub
parent 1362a72ba2
commit 17377a9867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save