diff options
author | rubidium <rubidium@openttd.org> | 2008-01-16 11:25:15 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-16 11:25:15 +0000 |
commit | 2817e5425bad8e0617b48024ca42037eaf5e5e32 (patch) | |
tree | 59a67167b1fd8c3252ee17c6ab039069fb2f63c6 /src/lang | |
parent | 7a66d5e21da056c77e482ec7f3f779ba41ff7c53 (diff) | |
download | openttd-2817e5425bad8e0617b48024ca42037eaf5e5e32.tar.xz |
(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 3d7397d0b..855fd646c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1611,7 +1611,7 @@ STR_1008_MUST_REMOVE_RAILROAD_TRACK :{WHITE}Must rem STR_100A_RAILROAD_CONSTRUCTION :{WHITE}Railway Construction STR_TITLE_ELRAIL_CONSTRUCTION :{WHITE}Electrified Railway Construction STR_100B_MONORAIL_CONSTRUCTION :{WHITE}Monorail Construction -STR_100C_MAGLEV_CONSTRUCTION :{WHITE}MagLev Construction +STR_100C_MAGLEV_CONSTRUCTION :{WHITE}Maglev Construction STR_100D_SELECT_RAIL_BRIDGE :{WHITE}Select Rail Bridge STR_100E_CAN_T_BUILD_TRAIN_DEPOT :{WHITE}Can't build train depot here... STR_100F_CAN_T_BUILD_RAILROAD_STATION :{WHITE}Can't build railway station here... @@ -1623,7 +1623,7 @@ STR_1014_TRAIN_DEPOT_ORIENTATION :{WHITE}Train De STR_1015_RAILROAD_CONSTRUCTION :Railway construction STR_TOOLB_ELRAIL_CONSTRUCTION :Electrified Railway construction STR_1016_MONORAIL_CONSTRUCTION :Monorail construction -STR_1017_MAGLEV_CONSTRUCTION :MagLev construction +STR_1017_MAGLEV_CONSTRUCTION :Maglev construction STR_1018_BUILD_RAILROAD_TRACK :{BLACK}Build railway track STR_1019_BUILD_TRAIN_DEPOT_FOR_BUILDING :{BLACK}Build train depot (for building and servicing trains) STR_101A_BUILD_RAILROAD_STATION :{BLACK}Build railway station @@ -2342,6 +2342,8 @@ STR_LIVERY_EMU :EMU STR_LIVERY_PASSENGER_WAGON_STEAM :Passenger Coach (Steam) STR_LIVERY_PASSENGER_WAGON_DIESEL :Passenger Coach (Diesel) STR_LIVERY_PASSENGER_WAGON_ELECTRIC :Passenger Coach (Electric) +STR_LIVERY_PASSENGER_WAGON_MONORAIL :Passenger Coach (Monorail) +STR_LIVERY_PASSENGER_WAGON_MAGLEV :Passenger Coach (Maglev) STR_LIVERY_FREIGHT_WAGON :Freight Wagon STR_LIVERY_BUS :Bus STR_LIVERY_TRUCK :Lorry |