summaryrefslogtreecommitdiff
path: root/homedecor/lighting.lua
diff options
context:
space:
mode:
Diffstat (limited to 'homedecor/lighting.lua')
-rw-r--r--homedecor/lighting.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua
index 0a1edaf..f7314d0 100644
--- a/homedecor/lighting.lua
+++ b/homedecor/lighting.lua
@@ -331,7 +331,7 @@ homedecor.register("ceiling_lantern", {
tiles = { "homedecor_light.png", "homedecor_generic_metal_wrought_iron.png" },
use_texture_alpha = true,
inventory_image = "homedecor_ceiling_lantern_inv.png",
- description = "Ceiling Lantern",
+ description = S("Ceiling Lantern"),
groups = {snappy=3},
light_source = 11,
selection_box = cl_cbox,