diff options
author | bjarni <bjarni@openttd.org> | 2006-09-28 14:17:08 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-09-28 14:17:08 +0000 |
commit | 4ee09c22bb837dee43bad93f284bfd5ae4862d78 (patch) | |
tree | 4e5a1a7743dd3215de81daac65567a30373f6ef6 /lang | |
parent | 2df539e30d548d33a2a2acde4b1e68e5fe4d1c99 (diff) | |
download | openttd-4ee09c22bb837dee43bad93f284bfd5ae4862d78.tar.xz |
(svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in depot" button
Like the "sell all" button, this one lacks a sprite as well. We will hopefully get one shortly
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 32816303b..203fb6519 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2910,6 +2910,8 @@ STR_DEPOT_SELL_ALL_CANCEL_TIP :{BLACK}Do not s STR_DEPOT_SELL_ALL_CANCEL_HANGAR_TIP :{BLACK}Do not sell all aircraft in the hangar STR_DEPOT_SELL_ALL_BUTTON_TIP :{BLACK}Sell all vehicles in the depot STR_DEPOT_SELL_ALL_BUTTON_HANGAR_TIP :{BLACK}Sell all aircraft in the hangar +STR_DEPOT_AUTOREPLACE_TIP :{BLACK}Autoreplace all vehicles in the depot +STR_DEPOT_AUTOREPLACE_HANGAR_TIP :{BLACK}Autoreplace all aircraft in the hangar STR_REPLACE_VEHICLES :{BLACK}Replace Vehicles STR_REPLACE_VEHICLES_WHITE :{WHITE}Replace {STRING} |