diff options
author | rubidium <rubidium@openttd.org> | 2007-11-15 22:20:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-11-15 22:20:33 +0000 |
commit | 4dcd71038dae4f16bf09f5801527c6cc1de0fe50 (patch) | |
tree | 88015240b86be132230200ee9125a9aa2693955d /src/lang | |
parent | 70c7a44a4d6fb087ec2cbc00ca30fc9ed82e4cba (diff) | |
download | openttd-4dcd71038dae4f16bf09f5801527c6cc1de0fe50.tar.xz |
(svn r11442) -Feature: make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 8a488e247..2ed309302 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -594,6 +594,9 @@ STR_0208_ACCIDENTS_DISASTERS :{YELLOW}Acciden STR_0209_COMPANY_INFORMATION :{YELLOW}Company information STR_NEWS_OPEN_CLOSE :{YELLOW}Open / close of industries STR_020A_ECONOMY_CHANGES :{YELLOW}Economy changes +STR_INDUSTRY_CHANGES_SERVED_BY_PLAYER :{YELLOW}Production changes of industries served by the player +STR_INDUSTRY_CHANGES_SERVED_BY_OTHER :{YELLOW}Production changes of industries served by competitor(s) +STR_OTHER_INDUSTRY_PRODUCTION_CHANGES :{YELLOW}Other industry production changes STR_020B_ADVICE_INFORMATION_ON_PLAYER :{YELLOW}Advice / information on player's vehicles STR_020C_NEW_VEHICLES :{YELLOW}New vehicles STR_020D_CHANGES_OF_CARGO_ACCEPTANCE :{YELLOW}Changes to cargo acceptance |