diff options
author | rubidium <rubidium@openttd.org> | 2014-10-06 16:36:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-10-06 16:36:36 +0000 |
commit | 082e2e8d5ea52d2572085f36e4c17ad3d8df147d (patch) | |
tree | 58559be581807658eb4fd7212936a645c31c74d1 | |
parent | 260734cf68176c609890b582e8ad9bbfeb79e3fb (diff) | |
download | openttd-082e2e8d5ea52d2572085f36e4c17ad3d8df147d.tar.xz |
(svn r26967) -Fix [FS#6127]: inconsistency between strings regarding cloning vehicles (Supercheese)
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 0ac29e312..878dbe18b 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3480,7 +3480,7 @@ STR_DEPOT_CLONE_ROAD_VEHICLE :{BLACK}Clone Ve STR_DEPOT_CLONE_SHIP :{BLACK}Clone Ship STR_DEPOT_CLONE_AIRCRAFT :{BLACK}Clone Aircraft -STR_DEPOT_CLONE_TRAIN_DEPOT_INFO :{BLACK}This will buy a copy of a train including all cars. Click this button and then on a train inside or outside the depot. Ctrl+Click share the orders. Shift+Click shows estimated cost without purchase +STR_DEPOT_CLONE_TRAIN_DEPOT_INFO :{BLACK}This will buy a copy of a train including all cars. Click this button and then on a train inside or outside the depot. Ctrl+Click will share the orders. Shift+Click shows estimated cost without purchase STR_DEPOT_CLONE_ROAD_VEHICLE_DEPOT_INFO :{BLACK}This will buy a copy of a road vehicle. Click this button and then on a road vehicle inside or outside the depot. Ctrl+Click will share the orders. Shift+Click shows estimated cost without purchase STR_DEPOT_CLONE_SHIP_DEPOT_INFO :{BLACK}This will buy a copy of a ship. Click this button and then on a ship inside or outside the depot. Ctrl+Click will share the orders. Shift+Click shows estimated cost without purchase STR_DEPOT_CLONE_AIRCRAFT_INFO_HANGAR_WINDOW :{BLACK}This will buy a copy of an aircraft. Click this button and then on an aircraft inside or outside the hangar. Ctrl+Click will share the orders. Shift+Click shows estimated cost without purchase |