projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7cd06
)
Vessels: Fix vessels shelf infotext
author
An0n3m0us
<an0n3m0us@hotmail.com>
Sat, 21 Sep 2019 09:45:03 +0000
(10:45 +0100)
committer
SmallJoker
<SmallJoker@users.noreply.github.com>
Sat, 21 Sep 2019 09:45:03 +0000
(11:45 +0200)
mods/vessels/init.lua
patch
|
blob
|
history
diff --git
a/mods/vessels/init.lua
b/mods/vessels/init.lua
index 3f001c19a799a2226f2b10effa528952e93feb14..b330efc224e54ef9b8aeee49b08bb928d410f1e6 100644
(file)
--- a/
mods/vessels/init.lua
+++ b/
mods/vessels/init.lua
@@
-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 Vessel
s
Shelf"))
else
- meta:set_string("infotext", S("Vessel Shelf (@1 items)", n_items))
+ meta:set_string("infotext", S("Vessel
s
Shelf (@1 items)", n_items))
end
end