mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
rename 'Highlight' to 'Highlight options' in menu
This should fix #2023.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user