diff options
author | rubidium <rubidium@openttd.org> | 2008-08-01 23:08:11 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-01 23:08:11 +0000 |
commit | d67ef3573c4d126ff660c1141d3d12fff5001c84 (patch) | |
tree | 4a6e3f628564d60428188f203538c77e5247c923 /src/lang | |
parent | 862ba192791c732a24652c3fcc68a539da435690 (diff) | |
download | openttd-d67ef3573c4d126ff660c1141d3d12fff5001c84.tar.xz |
(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index aa26e4c57..0f7a97327 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1341,6 +1341,7 @@ STR_INDUSTRYDIR_CAPTION :{WHITE}Industri STR_INDUSTRYDIR_ITEM :{ORANGE}{INDUSTRY}{BLACK} ({CARGO}{STRING}){YELLOW} ({COMMA}% transported) STR_INDUSTRYDIR_ITEM_TWO :{ORANGE}{INDUSTRY}{BLACK} ({CARGO}{STRING}/{CARGO}{STRING}){YELLOW} ({COMMA}%/{COMMA}% transported) STR_INDUSTRYDIR_ITEM_NOPROD :{ORANGE}{INDUSTRY} +STR_INDUSTRYDIR_LIST_CAPTION :{BLACK}Industry names - click on name to centre view on industry STR_INDUSTRY_TOO_CLOSE :{WHITE}...too close to another industry @@ -1926,7 +1927,7 @@ STR_3053_CENTER_MAIN_VIEW_ON_STATION :{BLACK}Centre m STR_3054_SHOW_STATION_RATINGS :{BLACK}Show station ratings STR_3055_CHANGE_NAME_OF_STATION :{BLACK}Change name of station STR_3056_SHOW_LIST_OF_ACCEPTED_CARGO :{BLACK}Show list of accepted cargo -STR_3057_STATION_NAMES_CLICK_ON :{BLACK}Station names - click on name to centre main view on station +STR_3057_STATION_NAMES_CLICK_ON :{BLACK}Station names - click on name to centre view on station STR_3058_SELECT_SIZE_TYPE_OF_AIRPORT :{BLACK}Select size/type of airport STR_305C_0 :{STATION} {STATIONFEATURES} STR_STATION_SIGN_TINY :{TINYFONT}{STATION} |