diff options
Diffstat (limited to 'steelsupport')
| -rw-r--r-- | steelsupport/init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/steelsupport/init.lua b/steelsupport/init.lua index 6217600..56cc084 100644 --- a/steelsupport/init.lua +++ b/steelsupport/init.lua @@ -2,7 +2,7 @@  	StreetsMod: Steel support for hanging signs on highways etc.  ]]  minetest.register_node(":streets:steel_support",{ -	description = S("Steel support"), +	description = streets.S("Steel support"),  	tiles = {"streets_support.png"},  	groups = {cracky = 1},  	drawtype = "glasslike_framed", | 
