diff options
author | Niels Martin Hansen <nielsm@indvikleren.dk> | 2020-06-26 21:30:18 +0200 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2020-12-27 01:03:27 +0100 |
commit | 2d9fa81bd08425d64ab40ff377d9711aae39b6d5 (patch) | |
tree | 171d962535f495756ad669d62771afbdef95fabe /src/lang | |
parent | e0ee2d530aaa7bcf0bf80012f27024337d0ac4e7 (diff) | |
download | openttd-2d9fa81bd08425d64ab40ff377d9711aae39b6d5.tar.xz |
Feature: Plant clumps of trees in editor by dragging on the landscape
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a735eace9..63f36588a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2542,13 +2542,19 @@ STR_OBJECT_BUILD_SIZE :{BLACK}Size: {G STR_OBJECT_CLASS_LTHS :Lighthouses STR_OBJECT_CLASS_TRNS :Transmitters -# Tree planting window (last two for SE only) +# Tree planting window (last eight for SE only) STR_PLANT_TREE_CAPTION :{WHITE}Trees STR_PLANT_TREE_TOOLTIP :{BLACK}Select tree type to plant. If the tile already has a tree, this will add more trees of mixed types independent of the selected type STR_TREES_RANDOM_TYPE :{BLACK}Trees of random type STR_TREES_RANDOM_TYPE_TOOLTIP :{BLACK}Place trees of random type. Shift toggles building/showing cost estimate STR_TREES_RANDOM_TREES_BUTTON :{BLACK}Random Trees STR_TREES_RANDOM_TREES_TOOLTIP :{BLACK}Plant trees randomly throughout the landscape +STR_TREES_MODE_NORMAL_BUTTON :{BLACK}Normal +STR_TREES_MODE_NORMAL_TOOLTIP :{BLACK}Plant single trees by dragging over the landscape. +STR_TREES_MODE_FOREST_SM_BUTTON :{BLACK}Grove +STR_TREES_MODE_FOREST_SM_TOOLTIP :{BLACK}Plant small forests by dragging over the landscape. +STR_TREES_MODE_FOREST_LG_BUTTON :{BLACK}Forest +STR_TREES_MODE_FOREST_LG_TOOLTIP :{BLACK}Plant large forests by dragging over the landscape. # Land generation window (SE) STR_TERRAFORM_TOOLBAR_LAND_GENERATION_CAPTION :{WHITE}Land Generation |