(svn r12652) -Codechange: rework the order GUI a little more to make it a little more clear that 'transfer' is just an unload type.
This commit is contained in:
@@ -2664,15 +2664,19 @@ STR_ORDER_DROP_FULL_LOAD_ANY :Full load any c
|
||||
STR_ORDER_DROP_NO_LOADING :No loading
|
||||
STR_ORDER_DROP_UNLOAD_IF_ACCEPTED :Unload if accepted
|
||||
STR_ORDER_DROP_UNLOAD :Unload all
|
||||
STR_ORDER_DROP_TRANSFER :Transfer
|
||||
STR_ORDER_DROP_NO_UNLOADING :No unloading
|
||||
STR_ORDER_UNLOAD :(Unload)
|
||||
STR_ORDER_FULL_LOAD :(Full load)
|
||||
STR_ORDER_FULL_LOAD_ANY :(Full load any cargo)
|
||||
STR_ORDER_NO_LOAD :(No loading)
|
||||
STR_ORDER_UNLOAD :(Unload and take cargo)
|
||||
STR_ORDER_UNLOAD_FULL_LOAD :(Unload and wait for full load)
|
||||
STR_ORDER_UNLOAD_FULL_LOAD_ANY :(Unload and wait for any full load)
|
||||
STR_ORDER_UNLOAD_NO_LOAD :(Unload and leave empty)
|
||||
STR_ORDER_TRANSFER :(Transfer and take cargo)
|
||||
STR_ORDER_TRANSFER_UNLOAD :(Transfer and leave empty)
|
||||
STR_ORDER_TRANSFER_FULL_LOAD :(Transfer and wait for full load)
|
||||
STR_ORDER_TRANSFER_FULL_LOAD_ANY :(Transfer and wait for any full load)
|
||||
STR_ORDER_TRANSFER_NO_LOAD :(Transfer and leave empty)
|
||||
STR_ORDER_NO_UNLOAD :(No unload and take cargo)
|
||||
STR_ORDER_NO_UNLOAD_FULL_LOAD :(No unload and wait for full load)
|
||||
STR_ORDER_NO_UNLOAD_FULL_LOAD_ANY :(No unload and wait for any full load)
|
||||
|
Reference in New Issue
Block a user