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

This commit is contained in:
zwim
2021-08-10 21:19:07 +02:00
committed by GitHub
parent 3f8d389ee4
commit b3c4b8dc94

View File

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