Follow-up to #7632.
This commit is contained in:
Frans de Jonge
2021-05-09 09:17:20 +02:00
committed by GitHub
parent d303fdf694
commit 310151fac9

View File

@@ -463,7 +463,7 @@ function Device:install()
local UIManager = require("ui/uimanager")
local ConfirmBox = require("ui/widget/confirmbox")
UIManager:show(ConfirmBox:new{
text = _("Update is ready, Install it now?"),
text = _("Update is ready. Install it now?"),
ok_text = _("Install"),
ok_callback = function()
android.ota.install()