summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-12-12 17:20:46 +0000
committertron <tron@openttd.org>2004-12-12 17:20:46 +0000
commit8f7373427e471cd2378cb50d1c9f23cf9f4a96e5 (patch)
tree8d71c70132f4f8ae0d9395350d8dd1ebb8e879a8 /lang
parent0e79314353e7cf50677125c362835aabc475631c (diff)
downloadopenttd-8f7373427e471cd2378cb50d1c9f23cf9f4a96e5.tar.xz
(svn r1027) Add tooltips to the per-station vehicle list buttons
Diffstat (limited to 'lang')
-rw-r--r--lang/english.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt
index be7b8be71..f6ea2f1e0 100644
--- a/lang/english.txt
+++ b/lang/english.txt
@@ -2707,3 +2707,8 @@ STR_SCHEDULED_TRAINS :{WHITE}{STATION} - {COMMA16} Trains
STR_SCHEDULED_ROAD_VEHICLES :{WHITE}{STATION} - {COMMA16} Road Vehicles
STR_SCHEDULED_AIRCRAFT :{WHITE}{STATION} - {COMMA16} Aircraft
STR_SCHEDULED_SHIPS :{WHITE}{STATION} - {COMMA16} Ships
+
+STR_SCHEDULED_TRAINS_TIP :{BLACK}Show all trains which have this station on their schedule
+STR_SCHEDULED_ROAD_VEHICLES_TIP :{BLACK}Show all road vehicles which have this station on their schedule
+STR_SCHEDULED_AIRCRAFT_TIP :{BLACK}Show all aircraft which have this station on their schedule
+STR_SCHEDULED_SHIPS_TIP :{BLACK}Show all ships which have this station on their schedule