rename 'Highlight' to 'Highlight options' in menu

This should fix #2023.
This commit is contained in:
chrox
2016-05-14 12:19:24 +08:00
parent 5e8c045fcb
commit 4c491b5ee2
2 changed files with 11 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ end
function ReaderHighlight:addToMainMenu(tab_item_table)
-- insert table to main reader menu
table.insert(tab_item_table.typeset, {
text = _("Highlight"),
text = _("Highlight options"),
sub_item_table = self:genHighlightDrawerMenu(),
})
end