diff options
author | rubidium <rubidium@openttd.org> | 2009-07-19 16:57:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-19 16:57:04 +0000 |
commit | 21921441d0648955b1f9bb51975607cc06060fbe (patch) | |
tree | d048f07d2c3f40e4edc032376a9efe8fbc9cd3e9 /src/lang/english_US.txt | |
parent | 42e1bdacbc700fe9b5c0ef6c7298efda182bef1d (diff) | |
download | openttd-21921441d0648955b1f9bb51975607cc06060fbe.tar.xz |
(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used in the vehicle list GUIs.
Diffstat (limited to 'src/lang/english_US.txt')
-rw-r--r-- | src/lang/english_US.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english_US.txt b/src/lang/english_US.txt index ce8156d6a..6356f4dcc 100644 --- a/src/lang/english_US.txt +++ b/src/lang/english_US.txt @@ -1195,7 +1195,7 @@ STR_WAYPOINT :{WHITE}Waypoint STR_WAYPOINT_GRAPHICS_TIP :{BLACK}Select waypoint type STR_WAYPOINT_VIEWPORT :{WHITE}{WAYPOINT} -STR_WAYPOINT_VIEWPORT_LIST :{WHITE}{WAYPOINT} - {COMMA} Train{P "" s} +STR_WAYPOINT_VIEWPORT_LIST_TRAIN :{WHITE}{WAYPOINT} - {COMMA} Train{P "" s} STR_WAYPOINT_VIEWPORT_TINY :{TINYFONT}{WHITE}{WAYPOINT} STR_WAYPOINT_RAW :{WAYPOINT} STR_EDIT_WAYPOINT_NAME :{WHITE}Edit waypoint name @@ -2716,7 +2716,7 @@ STR_DEPOT_TRAIN_NEW_VEHICLES_BUTTON :{BLACK}New Vehi STR_DEPOT_NO_ENGINE :{BLACK}- STR_ERROR_TRAIN_TOO_LONG :{WHITE}Train too long STR_ERROR_TRAINS_CAN_ONLY_BE_ALTERED_INSIDE_A_DEPOT :{WHITE}Trains can only be altered when stopped inside a depot -STR_VEHICLE_LIST_CAPTION_TRAINS :{WHITE}{COMPANY} - {COMMA} Train{P "" s} +STR_VEHICLE_LIST_TRAIN_CAPTION :{WHITE}{COMPANY} - {COMMA} Train{P "" s} STR_BUILD_VEHICLE_TRAIN_RAIL_CAPTION :{WHITE}New Rail Vehicles STR_BUILD_VEHICLE_TRAIN_ELRAIL_CAPTION :{WHITE}New Electric Rail Vehicles |