diff options
author | planetmaker <planetmaker@openttd.org> | 2010-12-11 13:38:35 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2010-12-11 13:38:35 +0000 |
commit | 2a62be547a67a89f5de6524046873818e65e0de5 (patch) | |
tree | 38cba0aec69cb8e93e4011a4749f52f9928d6662 /src/lang | |
parent | 71e3562f760183497e5d484f7f7bd0ac4fa581ec (diff) | |
download | openttd-2a62be547a67a89f5de6524046873818e65e0de5.tar.xz |
(svn r21464) -Add: Explicitly make 'shared orders' an option in the orders menu
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a4213a529..2732d7452 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3223,7 +3223,8 @@ STR_ORDERS_GO_TO_BUTTON :{BLACK}Go To STR_ORDER_GO_TO_NEAREST_DEPOT :Go to nearest depot STR_ORDER_GO_TO_NEAREST_HANGAR :Go to nearest hangar STR_ORDER_CONDITIONAL :Conditional order jump -STR_ORDERS_GO_TO_TOOLTIP :{BLACK}Insert a new order before the highlighted order, or add to end of list. Ctrl makes station orders 'full load any cargo', waypoint orders 'non-stop' and depot orders 'service' +STR_ORDER_SHARE :Share orders +STR_ORDERS_GO_TO_TOOLTIP :{BLACK}Insert a new order before the highlighted order, or add to end of list. Ctrl makes station orders 'full load any cargo', waypoint orders 'non-stop' and depot orders 'service'. 'Share orders' lets this vehicle share orders with the selected vehicle. STR_ORDERS_GO_TO_DROPDOWN_TOOLTIP :{BLACK}Insert an advanced order STR_ORDERS_VEH_WITH_SHARED_ORDERS_LIST_TOOLTIP :{BLACK}Show all vehicles that share this schedule |