diff options
author | terkhen <terkhen@openttd.org> | 2010-07-11 11:01:24 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-07-11 11:01:24 +0000 |
commit | 175547b3a525d0451f9211cdcc678054a8d55408 (patch) | |
tree | b2510ef14815368a78f2e550c4a2bfc6134c3b9a | |
parent | 9cf9bb9b920c682515ddbd5ce56f1debe00ebd0d (diff) | |
download | openttd-175547b3a525d0451f9211cdcc678054a8d55408.tar.xz |
(svn r20122) -Fix: Correct vehicle list tooltips at the depot window.
-rw-r--r-- | src/lang/english.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 0231761ef..333bfe585 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2810,10 +2810,10 @@ STR_DEPOT_VEHICLE_TOOLTIP :{BLACK}{ENGINE} STR_DEPOT_VEHICLE_TOOLTIP_CHAIN :{BLACK}{NUM} vehicle{P "" s}{RAW_STRING} STR_DEPOT_VEHICLE_TOOLTIP_CARGO :{}{CARGO} ({SHORTCARGO}) -STR_DEPOT_TRAIN_LIST_TOOLTIP :{BLACK}Trains - click on train for information, drag vehicle to add/remove from train -STR_DEPOT_ROAD_VEHICLE_LIST_TOOLTIP :{BLACK}Vehicles - click on vehicle for information -STR_DEPOT_SHIP_LIST_TOOLTIP :{BLACK}Ships - click on ship for information -STR_DEPOT_AIRCRAFT_LIST_TOOLTIP :{BLACK}Aircraft - click on aircraft for information +STR_DEPOT_TRAIN_LIST_TOOLTIP :{BLACK}Trains - drag vehicle with left click to add/remove from train, right click on vehicle for information, CTRL+right click for consist information +STR_DEPOT_ROAD_VEHICLE_LIST_TOOLTIP :{BLACK}Vehicles - right click on vehicle for information +STR_DEPOT_SHIP_LIST_TOOLTIP :{BLACK}Ships - right click on ship for information +STR_DEPOT_AIRCRAFT_LIST_TOOLTIP :{BLACK}Aircraft - right click on aircraft for information STR_DEPOT_TRAIN_SELL_TOOLTIP :{BLACK}Drag train vehicle to here to sell it STR_DEPOT_ROAD_VEHICLE_SELL_TOOLTIP :{BLACK}Drag road vehicle to here to sell it |