From 9eb5a514bafa268e37fd29f0be9f9f3605b5c109 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Dec 2016 02:16:47 +0100 Subject: [PATCH] More individual sapling help --- helptexts.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helptexts.lua b/helptexts.lua index c2b0deb..839e7c9 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -148,11 +148,11 @@ local export_longdesc = { ["default:pine_wood"] = buildnode, ["default:acacia_wood"] = buildnode, ["default:aspen_wood"] = buildnode, - ["default:sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a tree after some time. There is a small chance that this tree bears apples."), - ["default:junglesapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a large jungle tree after some time."), - ["default:pine_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a pine tree after some time. If the pine sapling was placed on dirt with snow the pine tree will be covered with snow."), - ["default:acacia_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into an acacia tree after some time."), - ["default:aspen_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into an aspen tree after some time."), + ["default:sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a sapling will grow into a tree after some time. There is a small chance that this tree bears apples."), + ["default:junglesapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a jungle sapling will grow into a large jungle tree after some time."), + ["default:pine_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a pine sapling will grow into a pine tree after some time. If the pine sapling was placed on dirt with snow, the pine tree will be covered with snow."), + ["default:acacia_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an acacia sapling will grow into an acacia tree after some time."), + ["default:aspen_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an aspen sapling will grow into an aspen tree after some time."), ["default:leaves"] = S("Leaves are grown from trees—which sometimes bear apples—found in deciduous forests."), ["default:jungleleaves"] = S("Jungle leaves are grown from jungle trees found in jungles."), ["default:acacia_leaves"] = S("Acacia leaves are grown from acacia trees found in savannahs."), -- 2.11.4.GIT