mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix, lang] KeyValuePage: make "go to page" string translateable (#8059)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user