diff options
author | frosch <frosch@openttd.org> | 2009-12-08 19:59:21 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2009-12-08 19:59:21 +0000 |
commit | 9dd74395c881c0710d6caf50dedb6cb41590b64e (patch) | |
tree | 590d8f49fbb8d4c917e3a8835fdf7e544c1ad837 /src/lang | |
parent | 85f8765618985bd86703669f9b449c91364593fd (diff) | |
download | openttd-9dd74395c881c0710d6caf50dedb6cb41590b64e.tar.xz |
(svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index ceb915f6f..28b702250 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2387,6 +2387,7 @@ STR_TOWN_VIEW_PASSENGERS_LAST_MONTH_MAX :{BLACK}Passenge STR_TOWN_VIEW_MAIL_LAST_MONTH_MAX :{BLACK}Mail last month: {ORANGE}{COMMA}{BLACK} max: {ORANGE}{COMMA} STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH :{BLACK}Cargo needed for town growth: STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH_REQUIRED :{ORANGE}{STRING}{BLACK} required +STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH_REQUIRED_WINTER :{ORANGE}{STRING}{BLACK} required in winter STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH_LAST_MONTH :{ORANGE}{CARGO}{BLACK} delivered last month STR_TOWN_VIEW_NOISE_IN_TOWN :{BLACK}Noise limit in town: {ORANGE}{COMMA}{BLACK} max: {ORANGE}{COMMA} STR_TOWN_VIEW_CENTER_TOOLTIP :{BLACK}Centre the main view on town location. Ctrl+Click opens a new viewport on town location |