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

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

@ -268,7 +268,7 @@ function SortWidget: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