UX minor fixes (#12374)

This commit is contained in:
hius07
2024-08-19 08:10:14 +03:00
committed by GitHub
parent f0c9a642d1
commit ed9cde8feb
5 changed files with 35 additions and 23 deletions

View File

@@ -257,7 +257,7 @@ function ReaderBookmark:genShowInItemsMenuItems(value)
local strings = {
text = _("highlighted text"),
all = _("highlighted text and note"),
note = _("note, or highlighted text"),
note = _("note if set, otherwise highlighted text"),
}
if value == nil then
value = G_reader_settings:readSetting("bookmarks_items_text_type", "note")