mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
cosmetic changes to menu wording
This commit is contained in:
@@ -2,7 +2,7 @@ ReaderFont = InputContainer:new{
|
||||
font_face = nil,
|
||||
font_size = nil,
|
||||
line_space_percent = nil,
|
||||
font_menu_title = "Font Menu",
|
||||
font_menu_title = "Change font",
|
||||
face_table = nil,
|
||||
-- default gamma from crengine's lvfntman.cpp
|
||||
gamma_index = nil,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ReaderTypeset = InputContainer:new{
|
||||
css_menu_title = "CSS Menu",
|
||||
css_menu_title = "Set render style",
|
||||
css = nil,
|
||||
internal_css = true,
|
||||
}
|
||||
@@ -39,7 +39,7 @@ end
|
||||
function ReaderTypeset:genStyleSheetMenu()
|
||||
local file_list = {
|
||||
{
|
||||
text = "clear all styles",
|
||||
text = "clear all external styles",
|
||||
callback = function()
|
||||
self:setStyleSheet("")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user