summaryrefslogtreecommitdiff
path: root/src/lang/english.txt
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-03-28 02:30:10 +0000
committerglx <glx@openttd.org>2008-03-28 02:30:10 +0000
commit221071d29982f29c8b4400611b30f1d820c3ae05 (patch)
tree0ac3fe2d4a9ad2e4e990ce7fd2416b3eb118d9b9 /src/lang/english.txt
parent1df06c7ef1dcbda888e2ae37def456f3803f61d7 (diff)
downloadopenttd-221071d29982f29c8b4400611b30f1d820c3ae05.tar.xz
(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries)
Diffstat (limited to 'src/lang/english.txt')
-rw-r--r--src/lang/english.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index fe2ca5aa1..5d08b9a81 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -2006,20 +2006,20 @@ STR_4825_TOFFEE_QUARRY :Toffee Quarry
STR_4826_SUGAR_MINE :Sugar Mine
############ range for requires starts
-STR_4827_REQUIRES :{BLACK}Requires: {YELLOW}{STRING}
-STR_4828_REQUIRES :{BLACK}Requires: {YELLOW}{STRING}, {STRING}
-STR_4829_REQUIRES :{BLACK}Requires: {YELLOW}{STRING}, {STRING}, {STRING}
+STR_4827_REQUIRES :{BLACK}Requires: {YELLOW}{STRING}{STRING}
+STR_4828_REQUIRES :{BLACK}Requires: {YELLOW}{STRING}{STRING}, {STRING}{STRING}
+STR_4829_REQUIRES :{BLACK}Requires: {YELLOW}{STRING}{STRING}, {STRING}{STRING}, {STRING}{STRING}
############ range for requires ends
############ range for produces starts
STR_INDUSTRY_WINDOW_WAITING_FOR_PROCESSING :{BLACK}Cargo waiting to be processed:
-STR_INDUSTRY_WINDOW_WAITING_STOCKPILE_CARGO :{YELLOW}{CARGO}{BLACK}
-STR_4827_PRODUCES :{BLACK}Produces: {YELLOW}{STRING}
-STR_4828_PRODUCES :{BLACK}Produces: {YELLOW}{STRING}, {STRING}
+STR_INDUSTRY_WINDOW_WAITING_STOCKPILE_CARGO :{YELLOW}{CARGO}{STRING}{BLACK}
+STR_4827_PRODUCES :{BLACK}Produces: {YELLOW}{STRING}{STRING}
+STR_4828_PRODUCES :{BLACK}Produces: {YELLOW}{STRING}{STRING}, {STRING}{STRING}
############ range for produces ends
STR_482A_PRODUCTION_LAST_MONTH :{BLACK}Production last month:
-STR_482B_TRANSPORTED :{YELLOW}{CARGO}{BLACK} ({COMMA}% transported)
+STR_482B_TRANSPORTED :{YELLOW}{CARGO}{STRING}{BLACK} ({COMMA}% transported)
STR_482C_CENTER_THE_MAIN_VIEW_ON :{BLACK}Centre the main view on industry location
STR_482D_NEW_UNDER_CONSTRUCTION :{BLACK}{BIGFONT}New {STRING} under construction near {TOWN}!
STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT}New {STRING} being planted near {TOWN}!