From 78ec2119f6794cbe36d687d16241e1fee70b87df Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 12 Aug 2017 16:43:42 -0400 Subject: [PATCH] give unique (if generic) descriptions to picture frames --- homedecor/misc-nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 3eb4240f..72830d59 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -396,7 +396,7 @@ local n = { 1, 2 } for _, i in ipairs(n) do homedecor.register("picture_frame"..i, { - description = S("Picture Frame"), + description = S("Picture Frame "..i), mesh = "homedecor_picture_frame.obj", tiles = { "homedecor_picture_frame_image"..i..".png",