diff options
author | frosch <frosch@openttd.org> | 2012-01-28 20:11:50 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-01-28 20:11:50 +0000 |
commit | 98454e31e8ab52a80083f7d1216f0114a49dabb7 (patch) | |
tree | 8fe2afc4d3813355b5fff5366c58c82838f50a06 /src | |
parent | 2f49c9af85ffffc4c875ffba9b0e308626d72f06 (diff) | |
download | openttd-98454e31e8ab52a80083f7d1216f0114a49dabb7.tar.xz |
(svn r23868) -Fix [FS#5013-ish]: Make a certain tooltip more precise.
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 8b39d91b4..0d3fd279a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2139,7 +2139,7 @@ STR_OBJECT_CLASS_TRNS :Transmitters # Tree planting window (last two for SE only) STR_PLANT_TREE_CAPTION :{WHITE}Trees -STR_PLANT_TREE_TOOLTIP :{BLACK}Select tree type to plant +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 |