mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
Translation: Fix parameter symbols
This commit is contained in:
@ -254,7 +254,7 @@ function unified_inventory.get_formspec(player, page)
|
||||
end
|
||||
end
|
||||
formspec[n] = "label[8.2,"..ui_peruser.form_header_y..";"..F(S("Page")) .. ": "
|
||||
.. S("%s of %s"):format(page,pagemax).."]"
|
||||
.. S("@1 of @2",page,pagemax).."]"
|
||||
end
|
||||
n= n+1
|
||||
|
||||
|
Reference in New Issue
Block a user