Skip to content

Commit

Permalink
[UX] Document settings language simplification (#3215)
Browse files Browse the repository at this point in the history
As suggested by @comradekingu in #3165 (comment)
  • Loading branch information
Frenzie committed Sep 13, 2017
1 parent 3f24514 commit 161cae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/apps/reader/modules/readerfont.lua
Expand Up @@ -15,7 +15,7 @@ local ReaderFont = InputContainer:new{
font_face = nil,
font_size = nil,
line_space_percent = nil,
font_menu_title = _("Change font"),
font_menu_title = _("Font"),
face_table = nil,
-- default gamma from crengine's lvfntman.cpp
gamma_index = nil,
Expand Down
2 changes: 1 addition & 1 deletion frontend/apps/reader/modules/readerhighlight.lua
Expand Up @@ -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
Expand Down

0 comments on commit 161cae6

Please sign in to comment.