Improved SetDefaults dialog message.

This commit is contained in:
Frans de Jonge
2014-11-14 22:01:32 +01:00
parent 26baa5e007
commit fcb59bfd30

View File

@@ -47,7 +47,7 @@ end
function SetDefaults:ConfirmEdit()
if not SetDefaults.EditConfirmed then
UIManager:show(ConfirmBox:new{
text = _("Some changes will just work on the next restart. Wrong settings might crash KOReader! Continue?"),
text = _("Some changes will not work until the next restart. Be careful; the wrong settings might crash KOReader!\nAre you sure you want to continue?"),
ok_callback = function()
self.EditConfirmed = true
self:init()