diff options
author | rubidium <rubidium@openttd.org> | 2009-08-28 16:49:00 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-28 16:49:00 +0000 |
commit | f582ccf395285a135bda6fdd99c781d5e190e57b (patch) | |
tree | 6330a6b30b39ff53df3ceba7566e06b1f2c44887 | |
parent | 3a661e7e64c37ae3a0e13e743fc98be1336fd083 (diff) | |
download | openttd-f582ccf395285a135bda6fdd99c781d5e190e57b.tar.xz |
(svn r17301) -Fix (r17297): typo
-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 3e6d89601..3a6e9254f 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2737,7 +2737,7 @@ STR_DEPOT_CLONE_AIRCRAFT_INFO_HANGAR_WINDOW :{BLACK}This wil STR_DEPOT_TRAIN_LOCATION_TOOLTIP :{BLACK}Centre main view on train depot location. Ctrl+Click opens a new viewport on train depot location STR_DEPOT_ROAD_VEHICLE_LOCATION_TOOLTIP :{BLACK}Centre main view on road vehicle depot location. Ctrl+Click opens a new viewport on road depot location STR_DEPOT_SHIP_LOCATION_TOOLTIP :{BLACK}Centre main view on ship depot location. Ctrl+Click opens a new viewport on ship depot location -STR_DEPOT_AIRCRAFT_LOCATION_TOOLTIP :{BLACK}Centre main view on hangar location. Ctrl+Click opens a new viewport on hanger location +STR_DEPOT_AIRCRAFT_LOCATION_TOOLTIP :{BLACK}Centre main view on hangar location. Ctrl+Click opens a new viewport on hangar location STR_DEPOT_VEHICLE_ORDER_LIST_TRAIN_TOOLTIP :{BLACK}Get a list of all trains with the current depot in their orders STR_DEPOT_VEHICLE_ORDER_LIST_ROAD_VEHICLE_TOOLTIP :{BLACK}Get a list of all road vehicles with the current depot in their orders |