(svn r20122) -Fix: Correct vehicle list tooltips at the depot window.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 terkhen
					terkhen