diff options
author | terkhen <terkhen@openttd.org> | 2011-01-04 21:01:29 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2011-01-04 21:01:29 +0000 |
commit | 38ed740e80e47895a04a702957014a411c0fba3f (patch) | |
tree | b5f49aabaeca0d9a55eeb4feeb7fc56785a4c3ec /src/lang | |
parent | bf45eacd97d024127cd6977ce45c9ce05249fd20 (diff) | |
download | openttd-38ed740e80e47895a04a702957014a411c0fba3f.tar.xz |
(svn r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 1e041f3bc..5158cdabb 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -707,6 +707,8 @@ STR_SMALLMAP_SHOW_HEIGHT :{BLACK}Show hei STR_SMALLMAP_TOOLTIP_DISABLE_ALL_INDUSTRIES :{BLACK}Display no industries on the map STR_SMALLMAP_TOOLTIP_ENABLE_ALL_INDUSTRIES :{BLACK}Display all industries on the map STR_SMALLMAP_TOOLTIP_SHOW_HEIGHT :{BLACK}Toggle display of heightmap +STR_SMALLMAP_TOOLTIP_DISABLE_ALL_COMPANIES :{BLACK}Display no company property on the map +STR_SMALLMAP_TOOLTIP_ENABLE_ALL_COMPANIES :{BLACK}Display all company property on the map # Status bar messages STR_STATUSBAR_TOOLTIP_SHOW_LAST_NEWS :{BLACK}Show last message or news report |