mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Document settings language simplification (#3215)
As suggested by @comradekingu in https://github.com/koreader/koreader/pull/3165#issuecomment-326795203
This commit is contained in:
@@ -68,7 +68,7 @@ end
|
||||
function ReaderHighlight:addToMainMenu(menu_items)
|
||||
-- insert table to main reader menu
|
||||
menu_items.highlight_options = {
|
||||
text = _("Highlight options"),
|
||||
text = _("Highlighting"),
|
||||
sub_item_table = self:genHighlightDrawerMenu(),
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user