diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index 2aca172..1c48821 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -175,7 +175,7 @@ local export_longdesc = { ["default:dry_shrub"] = S("An unremarkable dead plant which is common in deserts and snowy biomes. Small plants which are members of the @1 group placed on desert sand will sooner or later turn into dry shrubs.", groupname_flora), ["default:rail"] = S("Rails can be used to build transport tracks for carts. Normal rails slightly slow down carts due to friction."), - ["carts:powerrail"] = S("Rails can be used to build transport tracks for carts. Powered rails will accelerate any cart which runs on it, up to a maximum speed."), + ["carts:powerrail"] = S("Rails can be used to build transport tracks for carts. Powered rails will accelerate moving carts, up to a maximum speed."), ["carts:brakerail"] = S("Rails can be used to build transport tracks for carts. Brake rails will heavily slow down carts, much more than normal rails."), ["default:ladder_wood"] = ladderdesc, ["default:ladder_steel"] = ladderdesc, |