[core] Remove a bunch of superflous semicolons (#9449)

This commit is contained in:
zwim
2022-09-08 21:52:06 +02:00
committed by GitHub
parent 96930f230f
commit d972b7fcfa
10 changed files with 17 additions and 18 deletions

View File

@@ -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,
})