diff options
author | peter1138 <peter1138@openttd.org> | 2006-09-15 17:36:54 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-09-15 17:36:54 +0000 |
commit | 851874d8e15dd23f270de077fec01ec1d9ae9500 (patch) | |
tree | 88c8c569de29765f3e2c7ad99604d0e0e4da6c74 /lang | |
parent | 88d5472fe897edf77ea08be7488e06d342fedd3a (diff) | |
download | openttd-851874d8e15dd23f270de077fec01ec1d9ae9500.tar.xz |
(svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/english.txt b/lang/english.txt index 82ae2330c..467fc8523 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2174,7 +2174,9 @@ STR_LIVERY_MONORAIL :Monorail Engine STR_LIVERY_MAGLEV :Maglev Engine STR_LIVERY_DMU :DMU STR_LIVERY_EMU :EMU -STR_LIVERY_PASSENGER_WAGON :Passenger Coach +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_FREIGHT_WAGON :Freight Wagon STR_LIVERY_BUS :Bus STR_LIVERY_TRUCK :Lorry |