diff options
author | alberth <alberth@openttd.org> | 2010-02-21 20:55:31 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-02-21 20:55:31 +0000 |
commit | 5052777d0bbbd2322d4bfe2afc3914b9afe26f0d (patch) | |
tree | 9179a1c78734aba82fc016dd533d0317bbb7756d /src/lang | |
parent | 2b07389fe66471c48d7cd6bdcd96cbe98327e90c (diff) | |
download | openttd-5052777d0bbbd2322d4bfe2afc3914b9afe26f0d.tar.xz |
(svn r19190) -Add: Improve error message with track building when signals are in the way.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 6b46ebd12..12f64aac5 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3474,6 +3474,7 @@ STR_ERROR_AUTOREPLACE_MONEY_LIMIT :(money limit) # Rail construction errors STR_ERROR_IMPOSSIBLE_TRACK_COMBINATION :{WHITE}Impossible track combination +STR_ERROR_MUST_REMOVE_SIGNALS_FIRST :{WHITE}Must remove signals first STR_ERROR_NO_SUITABLE_RAILROAD_TRACK :{WHITE}No suitable railway track STR_ERROR_MUST_REMOVE_RAILROAD_TRACK :{WHITE}Must remove railway track first STR_ERROR_CROSSING_ON_ONEWAY_ROAD :{WHITE}Road is one way or blocked |