diff --git a/frontend/apps/reader/modules/readerlink.lua b/frontend/apps/reader/modules/readerlink.lua index ce42261a0..e091a54e2 100644 --- a/frontend/apps/reader/modules/readerlink.lua +++ b/frontend/apps/reader/modules/readerlink.lua @@ -177,7 +177,7 @@ function ReaderLink:onGotoLink(link) -- too easy to click on links when wanting to change page...) local ConfirmBox = require("ui/widget/confirmbox") UIManager:show(ConfirmBox:new{ - text = T(_("Would you like to read this Wikipedia %1 full page?\n\n%2\n"), wiki_lang:upper(), wiki_page:gsub("_", " ")), + text = T(_("Would you like to read this Wikipedia %1 article?\n\n%2\n"), wiki_lang:upper(), wiki_page:gsub("_", " ")), cancel_on_tap_outside = true, ok_callback = function() UIManager:nextTick(function()