diff options
author | rubidium <rubidium@openttd.org> | 2008-04-10 10:02:15 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-10 10:02:15 +0000 |
commit | 3974bf2199cd0d55f5e37a5cbc21cefdc6f6b18c (patch) | |
tree | 0c7e57499945eb4864ab2bf710a767a06e553b33 /src/lang | |
parent | 5992dad01f28d2f2efc05eb59b5a243b6cbddba5 (diff) | |
download | openttd-3974bf2199cd0d55f5e37a5cbc21cefdc6f6b18c.tar.xz |
(svn r12649) -Fix: refit orders not being shown.
-Fix: unusable non-stop orders shown for waypoints and depots.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 2fe65d27a..e6eabe2f7 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2652,8 +2652,8 @@ STR_8800_TRAIN_DEPOT :{WHITE}{TOWN} T STR_8801_CITIZENS_CELEBRATE_FIRST :{BLACK}{BIGFONT}Citizens celebrate . . .{}First train arrives at {STATION}! STR_8802_DETAILS :{WHITE}{VEHICLE} (Details) STR_8803_TRAIN_IN_THE_WAY :{WHITE}Train in the way -STR_8804 :{SETX 10}{COMMA}: {STRING3} -STR_8805 :{RIGHTARROW}{SETX 10}{COMMA}: {STRING3} +STR_8804 :{SETX 10}{COMMA}: {STRING3} {STRING2} +STR_8805 :{RIGHTARROW}{SETX 10}{COMMA}: {STRING3} {STRING2} STR_ORDER_GO_TO :Go to STR_ORDER_GO_NON_STOP_TO :Go non-stop to STR_ORDER_GO_VIA :Go via |