diff options
Diffstat (limited to 'asphalt')
| -rw-r--r-- | asphalt/init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/asphalt/init.lua b/asphalt/init.lua index 19fabe1..76dc607 100644 --- a/asphalt/init.lua +++ b/asphalt/init.lua @@ -2,7 +2,7 @@  	Streets Mod: All kinds of asphalt  ]]  minetest.register_node(":streets:asphalt",{ -	description	= "Asphalt", +	description = S(S("Asphalt")),  	tiles	= {"streets_asphalt.png"},  	groups	= {cracky=3}  }) | 
