mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] ReaderUI: save/don't save document instead of yes/no
Brings it in line with UX guidelines.
This commit is contained in:
@@ -529,8 +529,8 @@ function ReaderUI:notifyCloseDocument()
|
||||
else
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = _("Do you want to save this document?"),
|
||||
ok_text = _("Yes"),
|
||||
cancel_text = _("No"),
|
||||
ok_text = _("Save"),
|
||||
cancel_text = _("Don't save"),
|
||||
ok_callback = function()
|
||||
self:closeDocument()
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user