diff options
author | bjarni <bjarni@openttd.org> | 2006-08-12 10:41:29 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-08-12 10:41:29 +0000 |
commit | 466452c3513eb180a89e9ea3fd76c73cf5f97254 (patch) | |
tree | 6cdfd2c36fdf36dd3317a87b23274349ba2c5cdd /lang | |
parent | 7eefc540117a15a338a3cdc278c3368368cbdf96 (diff) | |
download | openttd-466452c3513eb180a89e9ea3fd76c73cf5f97254.tar.xz |
(svn r5853) -Fix: [elrails] FS#178 Electric Trains can leave Conventional Depot
now the user will get an error if he tries to start the train and the status bar will say "no power" instead of "stopped"
Electric trains already driving in and out of non-electrified depots will still do so, but you can't start new ones
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 820340e87..7a4c07382 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2529,6 +2529,8 @@ STR_886F_TRANSFER :{BLACK}Transfer STR_TRAIN_STOPPING :{RED}Stopping STR_TRAIN_STOPPING_VEL :{RED}Stopping, {VELOCITY} STR_INCOMPATIBLE_RAIL_TYPES :Incompatible rail types +STR_TRAIN_NO_POWER :{RED}No power +STR_TRAIN_START_NO_CATENARY :This track lacks catenary, so the train can't start ##id 0x9000 STR_9000_ROAD_VEHICLE_IN_THE_WAY :{WHITE}Road vehicle in the way |