diff --git a/frontend/apps/opdscatalog/opdscatalog.lua b/frontend/apps/opdscatalog/opdscatalog.lua index 9ef721cc9..e28b7828f 100644 --- a/frontend/apps/opdscatalog/opdscatalog.lua +++ b/frontend/apps/opdscatalog/opdscatalog.lua @@ -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)