Fix KOReader spelling in the code (#12670)

This commit is contained in:
mergen3107
2024-10-24 04:46:46 -04:00
committed by GitHub
parent 42d3f25034
commit f8446538c0
118 changed files with 290 additions and 290 deletions

View File

@@ -306,7 +306,7 @@ function ReaderUI:init()
})
else
-- load crengine default settings (from cr3.ini, some of these
-- will be overriden by our settings by some reader modules below)
-- will be overridden by our settings by some reader modules below)
if self.document.setupDefaultView then
self.document:setupDefaultView()
end
@@ -766,7 +766,7 @@ end
function ReaderUI:onFlushSettings(show_notification)
self:saveSettings()
if show_notification then
-- Invoked from dispatcher to explicitely flush settings
-- Invoked from dispatcher to explicitly flush settings
Notification:notify(_("Book metadata saved."))
end
end