[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:
Frans de Jonge
2017-09-13 12:44:37 +02:00
committed by GitHub
parent 3f24514a8d
commit 161cae6b3a
2 changed files with 2 additions and 2 deletions

View File

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