diff options
author | belugas <belugas@openttd.org> | 2008-08-20 01:29:05 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-08-20 01:29:05 +0000 |
commit | d096431936f2a41ac84258073e04cc626f45ab9a (patch) | |
tree | 814ce35d6f66a7d5595be82243f5c4ba1bcdef9f /src/lang | |
parent | 1145a11b9dcb5c1d1314c681db4a29f36c27e819 (diff) | |
download | openttd-d096431936f2a41ac84258073e04cc626f45ab9a.tar.xz |
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Changing its name is also supported from the same new window.
Gui based on work done by Satyap, on FS#2025.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index b2a2d297f..66ee4d023 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2902,6 +2902,9 @@ STR_886A_RENAME_TRAIN_VEHICLE_TYPE :{WHITE}Rename t STR_886B_CAN_T_RENAME_TRAIN_VEHICLE :{WHITE}Can't rename train vehicle type... STR_CLEAR_TIME :{BLACK}Clear Time STR_RESET_LATENESS :{BLACK}Reset Late Counter +STR_CHANGE_WAYPOINT_NAME :{BLACK}Change waypoint name +STR_SHOW_TRAINS_ON_WAYPOINT :{BLACK}Show Trains +STR_WAYPOINT_NAME :{WHITE}{WAYPOINT} STR_TRAIN_STOPPING :{RED}Stopping STR_TRAIN_STOPPING_VEL :{RED}Stopping, {VELOCITY} |