From e25dfa6e7ef451c84bfe5863b1e61426232ebf8f Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 13 Apr 2005 23:03:31 +0000 Subject: (svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930]. - I also changed an order of strings from On, Off to Off, On, so this can be used ingame with the WWT_4 widget type. - Since the newssettings now take 2 bits per setting (off/summary/on) _news_display_opt is widened to 32 bits and the settings code changed slightly to accomodate for a maximum of 16 message-types. --- lang/english.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lang/english.txt') diff --git a/lang/english.txt b/lang/english.txt index 280b26dba..32ee022ba 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -565,7 +565,7 @@ STR_020C_NEW_VEHICLES :{YELLOW}New veh STR_020D_CHANGES_OF_CARGO_ACCEPTANCE :{YELLOW}Changes to cargo acceptance STR_020E_SUBSIDIES :{YELLOW}Subsidies STR_020F_GENERAL_INFORMATION :{YELLOW}General information -STR_MESSAGES_ALL :{YELLOW}Setting for all messagetypes (on/off/summary) +STR_MESSAGES_ALL :{YELLOW}Setting for all messagetypes (off/summary/full) STR_MESSAGE_SOUND :{YELLOW}Play sound for summarized newsmessages STR_0210_TOO_FAR_FROM_PREVIOUS_DESTINATIO :{WHITE}...too far from previous destination STR_0211_TOP_COMPANIES_WHO_REACHED :{BIGFONT}{BLACK}Top companies who reached {NUMU16}{}({STRING} Level) @@ -723,8 +723,9 @@ STR_02A5_TOWN_SIZE :{YELLOW}Town si STR_02B6 :{STRING} - {STRING} STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Show last message or news report -STR_02B8_SUMMARY :{BLACK}Summary -STR_02B9_FULL :{BLACK}Full +STR_OFF :Off +STR_SUMMARY :Summary +STR_FULL :Full STR_02BA :{SILVER}- - {STRING} - - STR_02BB_TOWN_DIRECTORY :Town directory STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Vehicle design names @@ -770,8 +771,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Giant Screensho STR_02D9_ABOUT_OPENTTD :About 'OpenTTD' ############ range ends here -STR_02DA_ON :{BLACK}On STR_02DB_OFF :{BLACK}Off +STR_02DA_ON :{BLACK}On STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Display subsidies STR_02DD_SUBSIDIES :Subsidies STR_02DE_MAP_OF_WORLD :Map of world -- cgit v1.2.3-54-g00ecf