summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 02:16:47 +0100
committerWuzzy <almikes@aol.com>2016-12-28 02:16:47 +0100
commit9eb5a514bafa268e37fd29f0be9f9f3605b5c109 (patch)
tree7bd048b0ae042e74543838ef46d596da787a6956
parent4e9424f6352ce2bbb2da580dd113115ef5a6606e (diff)
More individual sapling help
-rw-r--r--helptexts.lua10
1 files 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."),