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

reviewable/pr8066/r1
Frans de Jonge 3 years ago committed by GitHub
parent ba6fef4d7b
commit 3f8d389ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save