Translation: Fix parameter symbols

This commit is contained in:
Wuzzy
2019-09-19 14:15:10 +02:00
committed by SmallJoker
parent 5327261718
commit 8e74a80e91
3 changed files with 11 additions and 10 deletions

View File

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