minor: translate "Save as epub" and "Close" in full Wikipedia window (#2875)

* translate save as epub and close

* epub to EPUB
pull/2880/head
Robert 7 years ago committed by Frans de Jonge
parent 6d3349d84b
commit f21550b3d5

@ -252,7 +252,7 @@ function DictQuickLookup:update()
buttons = {
{
{
text = "Save as epub",
text = _("Save as EPUB"),
callback = function()
local InfoMessage = require("ui/widget/infomessage")
local ConfirmBox = require("ui/widget/confirmbox")
@ -310,7 +310,7 @@ function DictQuickLookup:update()
end,
},
{
text = "Close",
text = _("Close"),
callback = function()
UIManager:close(self)
end,

Loading…
Cancel
Save