diff options
author | truelight <truelight@openttd.org> | 2007-03-10 12:10:00 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-03-10 12:10:00 +0000 |
commit | de5beec61cd10f1236968f7bec33e2b750037e02 (patch) | |
tree | 0fec6ef4cf0f5115edac8e54f6eeb6d8aef39cce /src/lang | |
parent | 23e4a98dadc2eeb230cba916abd9c233cdae9861 (diff) | |
download | openttd-de5beec61cd10f1236968f7bec33e2b750037e02.tar.xz |
(svn r9097) -Fix [FS#525]: open and close messages now have their own setting, so you can hide economy changes, but do show open/close of industries
-Change: store news_display_opt in his own section, so it is no longer stored as uint in openttd.cfg (allows adding news-types easier)
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 1ad03870d..e1e8b9c7b 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -591,6 +591,7 @@ STR_0206_ARRIVAL_OF_FIRST_VEHICLE :{YELLOW}Arrival STR_0207_ARRIVAL_OF_FIRST_VEHICLE :{YELLOW}Arrival of first vehicle at competitor's station STR_0208_ACCIDENTS_DISASTERS :{YELLOW}Accidents / disasters STR_0209_COMPANY_INFORMATION :{YELLOW}Company information +STR_NEWS_OPEN_CLOSE :{YELLOW}Open / close of industries STR_020A_ECONOMY_CHANGES :{YELLOW}Economy changes STR_020B_ADVICE_INFORMATION_ON_PLAYER :{YELLOW}Advice / information on player's vehicles STR_020C_NEW_VEHICLES :{YELLOW}New vehicles |