diff options
author | tron <tron@openttd.org> | 2004-12-19 21:03:16 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2004-12-19 21:03:16 +0000 |
commit | 7a82b777bf6dea3ecd0bf7764bd59636af1d5fc8 (patch) | |
tree | ba13f833d2739b70767ad7b2c2a24a6b818041b3 /lang | |
parent | 5e25f6b2363d4749ba1459780b0845622675c3d2 (diff) | |
download | openttd-7a82b777bf6dea3ecd0bf7764bd59636af1d5fc8.tar.xz |
(svn r1177) Enable non-stop flag for waypoints
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 57306926d..faf265d49 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1086,6 +1086,7 @@ STR_HEADING_FOR_WAYPOINT :{LTBLUE}Heading for {WAYPOINT} STR_HEADING_FOR_WAYPOINT_VEL :{LTBLUE}Heading for {WAYPOINT}, {VELOCITY} STR_GO_TO_WAYPOINT :Go via {WAYPOINT} +STR_GO_NON_STOP_TO_WAYPOINT :Go non-stop via {WAYPOINT} STR_WAYPOINTNAME_CITY :Waypoint {TOWN} STR_WAYPOINTNAME_CITY_SERIAL :Waypoint {TOWN} #{COMMA16} |