[Minor] make "Keep this directory" translatable (#4090)

This commit is contained in:
Robert
2018-07-20 00:06:23 +02:00
committed by poire-z
parent 0d66ea7555
commit d4ebcd26c9

View File

@@ -183,7 +183,7 @@ function ReaderWikipedia:addToMainMenu(menu_items)
buttons = {
{
{
text = "Keep this directory",
text = _("Keep this directory"),
callback = function()
UIManager:close(dialog)
end,