summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-01-03 20:52:09 +0000
committerbjarni <bjarni@openttd.org>2005-01-03 20:52:09 +0000
commite0c4e144b91ba0cd05c7ec1890725a29ded86ef7 (patch)
treee3a8ced0f62194ddc1c093d179c360a18b86cda2 /lang
parent363dd7bdf054a725acf226a97698fcb35f1b3c3e (diff)
downloadopenttd-e0c4e144b91ba0cd05c7ec1890725a29ded86ef7.tar.xz
(svn r1350) Replace Vehicle GUI:
- Replaced "WP(w,replaceveh_d).line_height" with "w->resize.step_height" since they needed to be the same anyway - Cleaned the code a litte for readability (like correct tabbing) - Added company color to replace vehicle windows to make them look like the rest of the vehicle windows and made the caption text white (also to fit the standard) --This line, and those below, will be ignored-- M vehicle_gui.c M lang/english.txt M window.h
Diffstat (limited to 'lang')
-rw-r--r--lang/english.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/english.txt b/lang/english.txt
index ca696992e..c8077ed11 100644
--- a/lang/english.txt
+++ b/lang/english.txt
@@ -2761,6 +2761,7 @@ STR_SCHEDULED_AIRCRAFT_TIP :{BLACK}Show all aircraft which have this station
STR_SCHEDULED_SHIPS_TIP :{BLACK}Show all ships which have this station on their schedule
STR_REPLACE_VEHICLES :{BLACK}Replace Vehicles
+STR_REPLACE_VEHICLES_WHITE :{WHITE}Replace Vehicles
STR_REPLACE_VEHICLES_START :{BLACK}Start Replacing Vehicles
STR_REPLACE_VEHICLES_STOP :{BLACK}Stop Replaing Vehicles
STR_NOT_REPLACING :{BLACK}Not replacing
@@ -2775,8 +2776,8 @@ STR_REPLACE_HELP :{BLACK}This feature allows you to select an enginetype an
############ Lists rail types
-STR_RAIL_VEHICLES :Rail Vehicles
-STR_MONORAIL_VEHICLES :Monorail Vehicles
+STR_RAIL_VEHICLES :Rail Vehicles
+STR_MONORAIL_VEHICLES :Monorail Vehicles
STR_MAGLEV_VEHICLES :Maglev Vehicles
############ End of list of rail types