diff options
author | Peter Nelson <peter1138@openttd.org> | 2018-06-03 21:58:34 +0100 |
---|---|---|
committer | PeterN <peter@fuzzle.org> | 2018-06-06 07:20:46 +0100 |
commit | 408cee123df526002b7d39949330f938d29fb349 (patch) | |
tree | 7088a05e2cf7c9008afce06de495d1e445c4844c /src/lang | |
parent | e7ce4901552fec70520523440cec27722935d3ae (diff) | |
download | openttd-408cee123df526002b7d39949330f938d29fb349.tar.xz |
Fix: One-way roads could be over-built by road stops (regardless of road owner.)
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 3abdcc66e..15acb5578 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -4234,6 +4234,7 @@ STR_ERROR_DRIVE_THROUGH_ON_TOWN_ROAD :{WHITE}... this STR_ERROR_DRIVE_THROUGH_DIRECTION :{WHITE}... road facing in the wrong direction STR_ERROR_DRIVE_THROUGH_CORNER :{WHITE}... drive through stops can't have corners STR_ERROR_DRIVE_THROUGH_JUNCTION :{WHITE}... drive through stops can't have junctions +STR_ERROR_DRIVE_THROUGH_ON_ONEWAY_ROAD :{WHITE}... road is one way or blocked # Station destruction related errors STR_ERROR_CAN_T_REMOVE_PART_OF_STATION :{WHITE}Can't remove part of station... |