summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 15:27:53 +0100
committerWuzzy <almikes@aol.com>2016-12-28 15:27:53 +0100
commitc5ddf9d2d531e132acb1cd8a7585cc1e47cf0714 (patch)
treec53e6e7ddb8477739134444eaf49c6818db6e7ce /init.lua
parent824f8f11703dd2cc978eacf96b7ffc02172d981c (diff)
Rewrite sapling factoid
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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