Device status: fix ellipsis (#7910)

This commit is contained in:
Frans de Jonge
2021-06-30 20:46:13 +02:00
committed by GitHub
parent 8146bbf13b
commit 58a5a09574

View File

@@ -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()