[chore] Ellipsis instead of dots (#5720)

Thanks to Weblate, see https://github.com/koreader/koreader/issues/3754
pull/5722/head
Frans de Jonge 4 years ago committed by GitHub
parent e3fa9bd4b8
commit ecc9715371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ function UIManager:init()
self.reboot_action = function()
self._entered_poweroff_stage = true;
Screen:setRotationMode(0)
require("ui/screensaver"):show("reboot", _("Rebooting..."))
require("ui/screensaver"):show("reboot", _("Rebooting"))
if Device:needsScreenRefreshAfterResume() then
Screen:refreshFull()
end

Loading…
Cancel
Save