Vessels: Fix vessels shelf infotext
authorAn0n3m0us <an0n3m0us@hotmail.com>
Sat, 21 Sep 2019 09:45:03 +0000 (10:45 +0100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sat, 21 Sep 2019 09:45:03 +0000 (11:45 +0200)
mods/vessels/init.lua

index 3f001c19a799a2226f2b10effa528952e93feb14..b330efc224e54ef9b8aeee49b08bb928d410f1e6 100644 (file)
@@ -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