We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7cd06 commit b31795dCopy full SHA for b31795d
mods/vessels/init.lua
@@ -43,9 +43,9 @@ local function update_vessels_shelf(pos)
43
end
44
meta:set_string("formspec", formspec)
45
if n_items == 0 then
46
- meta:set_string("infotext", S("Empty Vessel Shelf"))
+ meta:set_string("infotext", S("Empty Vessels Shelf"))
47
else
48
- meta:set_string("infotext", S("Vessel Shelf (@1 items)", n_items))
+ meta:set_string("infotext", S("Vessels Shelf (@1 items)", n_items))
49
50
51
0 commit comments