summaryrefslogtreecommitdiff
path: root/fake_fire
diff options
context:
space:
mode:
Diffstat (limited to 'fake_fire')
-rw-r--r--fake_fire/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fake_fire/init.lua b/fake_fire/init.lua
index 628438b..c7408b4 100644
--- a/fake_fire/init.lua
+++ b/fake_fire/init.lua
@@ -68,7 +68,7 @@ end
minetest.register_node("fake_fire:ice_fire", {
inventory_image = "ice_fire_inv.png",
- description = desc,
+ description = S("Ice fire"),
drawtype = "plantlike",
paramtype = "light",
paramtype2 = "facedir",