[UX] ReaderUI: save/don't save document instead of yes/no

Brings it in line with UX guidelines.
pull/3114/head
Frans de Jonge 7 years ago committed by GitHub
parent 1f75bc645c
commit c8ab9183aa

@ -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,

Loading…
Cancel
Save