diff options
author | Darkvater <darkvater@openttd.org> | 2005-04-07 01:02:15 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-04-07 01:02:15 +0000 |
commit | 68138d6a319464cb9cadc8551524722f735b663e (patch) | |
tree | 4fc5ded4b47472bc651151fd764e0cb27fc9e0ed /lang | |
parent | 081ff2428202ae8c184e9cb25bafdb1bf6a214a6 (diff) | |
download | openttd-68138d6a319464cb9cadc8551524722f735b663e.tar.xz |
(svn r2162) - Fix: Tooltips of horizontal scrollbars were wrong; they now say left/right instead of up/down
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/english.txt b/lang/english.txt index c2b115566..d4296c673 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -422,6 +422,7 @@ STR_018D_DEMOLISH_BUILDINGS_ETC :{BLACK}Demolish STR_018E_LOWER_A_CORNER_OF_LAND :{BLACK}Lower a corner of land STR_018F_RAISE_A_CORNER_OF_LAND :{BLACK}Raise a corner of land STR_0190_SCROLL_BAR_SCROLLS_LIST :{BLACK}Scroll bar - scrolls list up/down +STR_HSCROLL_BAR_SCROLLS_LIST :{BLACK}Scroll bar - scrolls list left/right STR_0191_SHOW_LAND_CONTOURS_ON_MAP :{BLACK}Show land contours on map STR_0192_SHOW_VEHICLES_ON_MAP :{BLACK}Show vehicles on map STR_0193_SHOW_INDUSTRIES_ON_MAP :{BLACK}Show industries on map @@ -564,6 +565,8 @@ 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_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) STR_TOP_COMPANIES_NETWORK_GAME :{BIGFONT}{BLACK}Company League Table in {NUMU16} @@ -767,8 +770,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 |