Skip to content

Commit b31795d

Browse files
An0n3m0usSmallJoker
authored andcommittedSep 21, 2019
Vessels: Fix vessels shelf infotext
1 parent 3f7cd06 commit b31795d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mods/vessels/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ local function update_vessels_shelf(pos)
4343
end
4444
meta:set_string("formspec", formspec)
4545
if n_items == 0 then
46-
meta:set_string("infotext", S("Empty Vessel Shelf"))
46+
meta:set_string("infotext", S("Empty Vessels Shelf"))
4747
else
48-
meta:set_string("infotext", S("Vessel Shelf (@1 items)", n_items))
48+
meta:set_string("infotext", S("Vessels Shelf (@1 items)", n_items))
4949
end
5050
end
5151

0 commit comments

Comments
 (0)
Please sign in to comment.