mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[lang] OPDSCatalog ConfirmBox ok_text/cancel_text (#3281)
This commit is contained in:
@@ -27,6 +27,8 @@ function OPDSCatalog:init()
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = T(_("File saved to:\n %1\nWould you like to read the downloaded book now?"),
|
||||
downloaded_file),
|
||||
ok_text = _("Read now"),
|
||||
cancel_text = _("Read later"),
|
||||
ok_callback = function()
|
||||
self:onClose()
|
||||
ReaderUI:showReader(downloaded_file)
|
||||
|
||||
Reference in New Issue
Block a user