diff options
author | michi_cc <michi_cc@openttd.org> | 2012-04-17 19:43:18 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2012-04-17 19:43:18 +0000 |
commit | aa47d6c7f2b18d5277ed8d1e47f078e6d73bc6b9 (patch) | |
tree | c9dfb4e1826ddbef58cc31872029e49d18c9d9bd /src/lang | |
parent | af6a33bd1c191f1fcb60f85d8c2c38eca6db4cc5 (diff) | |
download | openttd-aa47d6c7f2b18d5277ed8d1e47f078e6d73bc6b9.tar.xz |
(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft. (Based on patch by cirdan)
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 0b06eeaf3..8c341302a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2751,6 +2751,9 @@ STR_STATION_VIEW_SCHEDULED_SHIPS_TOOLTIP :{BLACK}Show all STR_STATION_VIEW_RENAME_STATION_CAPTION :Rename station/loading area +STR_STATION_VIEW_CLOSE_AIRPORT :{BLACK}Close airport +STR_STATION_VIEW_CLOSE_AIRPORT_TOOLTIP :{BLACK}Prevent aircraft from landing on this airport + # Waypoint/buoy view window STR_WAYPOINT_VIEW_CAPTION :{WHITE}{WAYPOINT} STR_WAYPOINT_VIEW_CENTER_TOOLTIP :{BLACK}Centre main view on waypoint location. Ctrl+Click opens a new viewport on waypoint location |