summaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-10 14:30:01 +0000
committerrubidium <rubidium@openttd.org>2009-01-10 14:30:01 +0000
commitdb546e607f72c70fb89fe05f5baa7b425bb92123 (patch)
treeef237d224d69edabc827ec3232e4d484491a57d9 /src/lang
parent1b546505d29c69f1d25bfb3fe45fa2f617554b69 (diff)
downloadopenttd-db546e607f72c70fb89fe05f5baa7b425bb92123.tar.xz
(svn r14956) -Fix [FS#1832]: building new station parts didn't allocate a new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs).
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/english.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index 3871c72a8..4c9b9b85e 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -1912,6 +1912,7 @@ STR_3005_TOO_CLOSE_TO_ANOTHER_RAILROAD :{WHITE}Too clos
STR_3006_ADJOINS_MORE_THAN_ONE_EXISTING :{WHITE}Adjoins more than one existing station/loading area
STR_3007_TOO_MANY_STATIONS_LOADING :{WHITE}Too many stations/loading areas in this town
STR_3008_TOO_MANY_STATIONS_LOADING :{WHITE}Too many stations/loading areas
+STR_TOO_MANY_STATION_SPECS :{WHITE}Too many railway station parts
STR_TOO_MANY_BUS_STOPS :{WHITE}Too many bus stops
STR_TOO_MANY_TRUCK_STOPS :{WHITE}Too many lorry stations
STR_3009_TOO_CLOSE_TO_ANOTHER_STATION :{WHITE}Too close to another station/loading area