mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
Vessels: Fix vessels shelf infotext
This commit is contained in:
parent
3f7cd062c3
commit
b31795dd04
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ local function update_vessels_shelf(pos)
|
|||
end
|
||||
meta:set_string("formspec", formspec)
|
||||
if n_items == 0 then
|
||||
meta:set_string("infotext", S("Empty Vessel Shelf"))
|
||||
meta:set_string("infotext", S("Empty Vessels Shelf"))
|
||||
else
|
||||
meta:set_string("infotext", S("Vessel Shelf (@1 items)", n_items))
|
||||
meta:set_string("infotext", S("Vessels Shelf (@1 items)", n_items))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue