diff options
author | Darkvater <Darkvater@openttd.org> | 2007-01-26 19:24:02 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2007-01-26 19:24:02 +0000 |
commit | 15edd465ac41e4ed63daa6fbd97ae1abb4e6dd44 (patch) | |
tree | c7022a9195f194b5be71f11556f7f1fc8728c25f /src/lang | |
parent | 90fc4671b4164c6297a512f734bfddef9370d53f (diff) | |
download | openttd-15edd465ac41e4ed63daa6fbd97ae1abb4e6dd44.tar.xz |
(svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index ad1dcda6c..e6b116071 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -394,6 +394,10 @@ STR_ENGINE_SORT_CARGO_CAPACITY :Cargo Capacity STR_NO_WAITING_CARGO :{BLACK}No cargo of any type is waiting STR_SELECT_ALL_FACILITIES :{BLACK}Select all facilities STR_SELECT_ALL_TYPES :{BLACK}Select all cargo types (including no waiting cargo) +STR_AVAILABLE_TRAINS :{BLACK}Available Trains +STR_AVAILABLE_VEHICLES :{BLACK}Available Vehicles +STR_AVAILABLE_SHIPS :{BLACK}Available Ships +STR_AVAILABLE_AIRCRAFT :{BLACK}Available Aircraft STR_AVAILABLE_ENGINES_TIP :{BLACK}See a list of available engine designs for this vehicle type. STR_MANAGE_LIST :{BLACK}Manage list STR_MANAGE_LIST_TIP :{BLACK}Send instructions to all vehicles in this list |