diff options
author | rubidium <rubidium@openttd.org> | 2007-11-12 18:32:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-11-12 18:32:04 +0000 |
commit | 9d85d9d41fb5e74fd2a9248b2394a4be3cbd3708 (patch) | |
tree | 631dd66241a92911b8314b0d62b3a5ffd50f829e /src/lang/english.txt | |
parent | 04925c3f12b69cfa3ef4938dbac76783e70d17b0 (diff) | |
download | openttd-9d85d9d41fb5e74fd2a9248b2394a4be3cbd3708.tar.xz |
(svn r11420) -Fix [FS#1006]: industry closure news not properly shown when the news item pops up after the industry has been removed from the map.
Diffstat (limited to 'src/lang/english.txt')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index c3383d8dc..78c9ba23a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cost: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Can't construct this industry type here... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...forest can only be planted above snow-line -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} announces imminent closure! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Supply problems cause {INDUSTRY} to announce imminent closure! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lack of nearby trees causes {INDUSTRY} to announce imminent closure! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING2} announces imminent closure! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Supply problems cause {STRING2} to announce imminent closure! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lack of nearby trees causes {STRING2} to announce imminent closure! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} increases production! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}New coal seam found at {INDUSTRY}!{}Production is expected to double! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}New oil reserves found at {INDUSTRY}!{}Production is expected to double! |