diff options
author | belugas <belugas@openttd.org> | 2008-07-30 01:53:03 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-07-30 01:53:03 +0000 |
commit | d358eff64d287f70e78bb42cb87cdc87aaadea34 (patch) | |
tree | 838afc33ec43c74b514ae837ca900ddf06617ecd /src/lang | |
parent | b90dc6cc347800e5894736fd83fd8f8467ec968e (diff) | |
download | openttd-d358eff64d287f70e78bb42cb87cdc87aaadea34.tar.xz |
(svn r13872) -Feature: Split the news message announcing opening and closure of industries into two news of their own
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 3b0b9dd97..aa26e4c57 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -590,7 +590,8 @@ 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_NEWS_INDUSTRY_OPEN :{YELLOW}Opening of industries +STR_NEWS_INDUSTRY_CLOSE :{YELLOW}Closing 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) |