[fix, lang] KeyValuePage: make "go to page" string translateable (#8059)

This commit is contained in:
Frans de Jonge
2021-08-10 21:18:38 +02:00
committed by GitHub
parent ba6fef4d7b
commit 3f8d389ee4

View File

@@ -441,7 +441,7 @@ function KeyValuePage:init()
self:goToPage(page)
end
end,
ok_text = "Go to page",
ok_text = _("Go to page"),
},
call_hold_input_on_tap = true,
bordersize = 0,