Device status: fix ellipsis (#7910)

reviewable/pr7923/r1
Frans de Jonge 3 years ago committed by GitHub
parent 8146bbf13b
commit 58a5a09574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ function ReaderDeviceStatus:init()
if UIManager:getTopWidget() == "ReaderUI"
and G_reader_settings:isTrue("device_status_memory_auto_restart") then
UIManager:show(InfoMessage:new{
text = _("High memory usage!\n\nKOReader is restarting..."),
text = _("High memory usage!\n\nKOReader is restarting"),
icon = "notice-warning",
})
UIManager:nextTick(function()
@ -67,7 +67,7 @@ function ReaderDeviceStatus:init()
dismissable = false,
ok_callback = function()
UIManager:show(InfoMessage:new{
text = _("High memory usage!\n\nKOReader is restarting..."),
text = _("High memory usage!\n\nKOReader is restarting"),
icon = "notice-warning",
})
UIManager:nextTick(function()

Loading…
Cancel
Save