mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[core] Remove a bunch of superflous semicolons (#9449)
This commit is contained in:
@@ -473,7 +473,7 @@ This may help with Greek words among Latin text (as Latin fonts often do not hav
|
||||
G_reader_settings:saveSetting("cre_monospace_scaling", scale)
|
||||
self.ui.document:setMonospaceFontScaling(scale)
|
||||
self.ui:handleEvent(Event:new("UpdatePos"))
|
||||
end
|
||||
end,
|
||||
})
|
||||
end,
|
||||
help_text = _([[
|
||||
@@ -486,10 +486,10 @@ This setting allows scaling all monospace fonts by this percentage so they can f
|
||||
text = _("Generate font test document"),
|
||||
callback = function()
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = _("Would you like to generate an HTML document showing some sample text rendered with each available font?");
|
||||
text = _("Would you like to generate an HTML document showing some sample text rendered with each available font?"),
|
||||
ok_callback = function()
|
||||
self:buildFontsTestDocument()
|
||||
end
|
||||
end,
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user