diff options
author | terkhen <terkhen@openttd.org> | 2010-12-21 13:59:16 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-12-21 13:59:16 +0000 |
commit | f8c31319e97433e6dc5fb39d4925f773434e87ed (patch) | |
tree | 20432ca6d81c01c0e399d05cab9a189132d051ad /src/lang | |
parent | 96f706fa83e110fe96b104bd22b12286d7d1071c (diff) | |
download | openttd-f8c31319e97433e6dc5fb39d4925f773434e87ed.tar.xz |
(svn r21567) -Feature: Allow to refit only the selected part of a train consist.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 674cc71ab..7955322d8 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3131,6 +3131,7 @@ STR_REFIT_CAPTION :{WHITE}{VEHICLE STR_REFIT_TITLE :{GOLD}Select cargo type to carry: STR_REFIT_NEW_CAPACITY_COST_OF_REFIT :{BLACK}New capacity: {GOLD}{CARGO}{}{BLACK}Cost of refit: {GOLD}{CURRENCY} STR_REFIT_NEW_CAPACITY_COST_OF_AIRCRAFT_REFIT :{BLACK}New capacity: {GOLD}{CARGO}, {GOLD}{CARGO}{}{BLACK}Cost of refit: {GOLD}{CURRENCY} +STR_REFIT_SELECT_VEHICLES_TOOLTIP :{BLACK}Select the vehicles to refit. Dragging with the mouse allows to select multiple vehicles. Clicking on an empty space will select the whole vehicle STR_REFIT_TRAIN_LIST_TOOLTIP :{BLACK}Select type of cargo for train to carry STR_REFIT_ROAD_VEHICLE_LIST_TOOLTIP :{BLACK}Select type of cargo for road vehicle to carry |