mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
UX minor fixes (#12374)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user