summaryrefslogtreecommitdiff
path: root/src/lang/english.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-10 17:23:51 +0000
committerrubidium <rubidium@openttd.org>2008-04-10 17:23:51 +0000
commit4ad8b95dccc6aca8bc10477bce25dd7e676d9a55 (patch)
treea4267fd1d72f67329eb453e9bc4ac543511be188 /src/lang/english.txt
parent3badd389149c4b2fda55d115453067831f9b75a8 (diff)
downloadopenttd-4ad8b95dccc6aca8bc10477bce25dd7e676d9a55.tar.xz
(svn r12652) -Codechange: rework the order GUI a little more to make it a little more clear that 'transfer' is just an unload type.
Diffstat (limited to 'src/lang/english.txt')
-rw-r--r--src/lang/english.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index 91514e57e..7c2d843d3 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -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)