diff options
author | maedhros <maedhros@openttd.org> | 2007-05-23 17:33:03 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-05-23 17:33:03 +0000 |
commit | 39016328cc92a50fec27ccf692838c2c4c26088f (patch) | |
tree | 73a8ef6355c7f911d98b6c9474351d089241fe55 /src/lang | |
parent | 22c33370719b30366223a605d3345fb5b2323454 (diff) | |
download | openttd-39016328cc92a50fec27ccf692838c2c4c26088f.tar.xz |
(svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01.
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 7899daaf2..49b46ba28 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1048,6 +1048,7 @@ STR_CONFIG_PATCHES_NONUNIFORM_STATIONS :{LTBLUE}Nonunif STR_CONFIG_PATCHES_NEW_PATHFINDING_ALL :{LTBLUE}New global pathfinding (NPF, overrides NTP): {ORANGE}{STRING1} STR_CONFIG_PATCHES_FREIGHT_TRAINS :{LTBLUE}Weight multiplier for freight to simulate heavy trains: {ORANGE}{STRING} STR_CONFIG_PATCHES_STOP_ON_TOWN_ROAD :{LTBLUE}Allow drive-through road stops on town owned roads: {ORANGE}{STRING} +STR_CONFIG_PATCHES_ADJACENT_STATIONS :{LTBLUE}Allow building adjacent stations: {ORANGE}{STRING} STR_CONFIG_PATCHES_SMALL_AIRPORTS :{LTBLUE}Always allow small airports: {ORANGE}{STRING1} @@ -1588,6 +1589,7 @@ STR_RAILROAD_TRACK_WITH_NORMAL_SIGNALS :Railway track w STR_RAILROAD_TRACK_WITH_PRESIGNALS :Railway track with pre-signals STR_RAILROAD_TRACK_WITH_EXITSIGNALS :Railway track with exit-signals STR_RAILROAD_TRACK_WITH_COMBOSIGNALS :Railway track with combo-signals +STR_MUST_REMOVE_RAILWAY_STATION_FIRST :{WHITE}Must remove railway station first |