From c5ddf9d2d531e132acb1cd8a7585cc1e47cf0714 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Dec 2016 15:27:53 +0100 Subject: [PATCH] Rewrite sapling factoid --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9afbff3..776a585 100644 --- a/init.lua +++ b/init.lua @@ -199,7 +199,7 @@ end -- soil group local function f_soil(itemstring, def) if def.groups.soil == 1 then - return S("This block serves as a soil for saplings. Blocks in the Saplings group will grow into trees on this block.") + return S("This block serves as a soil for saplings. Blocks in the “@1” group will grow into trees on this block.", doc.sub.items.get_group_name("saplings")) elseif def.groups.soil == 2 or def.groups.soil == 3 then return S("This block serves as a soil for saplings as well as plants grown from seeds. It supports their growth.") else -- 2.11.4.GIT