diff options
Diffstat (limited to 'constructionarea')
| -rw-r--r-- | constructionarea/init.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/constructionarea/init.lua b/constructionarea/init.lua index 6ae32fe..b521f3e 100644 --- a/constructionarea/init.lua +++ b/constructionarea/init.lua @@ -1,5 +1,5 @@  minetest.register_node(":streets:constructionfence_bottom",{ -	description = "Construction fence", +	description = S("Construction fence"),  	tiles = {"streets_fence_fromtop.png","streets_fence_fromtop.png","streets_fence_fromtop.png","streets_fence_fromtop.png","streets_fence_bottom.png","streets_fence_bottom.png"},  	groups = {cracky = 2,},  	paramtype = "light", @@ -35,7 +35,7 @@ minetest.register_node(":streets:constructionfence_bottom",{  })  minetest.register_node(":streets:constructionfence_top",{ -	description = "Construction fence", +	description = S("Construction fence"),  	tiles = {"streets_fence_fromtop.png","streets_fence_fromtop.png","streets_fence_fromtop.png","streets_fence_fromtop.png","streets_fence_top.png","streets_fence_top.png"},  	groups = {cracky = 2, not_in_creative_inventory = 1},  	paramtype = "light", | 
