From df403a88ebe620d1deab0acbf90f54b0e9bd0394 Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Sun, 13 Apr 2014 15:13:59 +0200 Subject: regexp all descriptions to use S() --- asphalt/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asphalt/init.lua') 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} }) -- cgit v1.2.3