diff options
author | zuu <zuu@openttd.org> | 2013-06-10 17:17:59 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-06-10 17:17:59 +0000 |
commit | 15a0ed2782adefe6379f786c01d67f4336ba4c97 (patch) | |
tree | 290e9ab70acab625f24188b50e23c3bab4f076d8 | |
parent | b860353a66c032ba21325fc1ec5051f4ac6bfb32 (diff) | |
download | openttd-15a0ed2782adefe6379f786c01d67f4336ba4c97.tar.xz |
(svn r25388) -Fix [FS#5593] (r25376): Forgot to add tooltips for the new main menu buttons
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 67fbde19f..83f909351 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -304,6 +304,8 @@ STR_TOOLBAR_TOOLTIP_DISPLAY_SUBSIDIES :{BLACK}Display STR_TOOLBAR_TOOLTIP_DISPLAY_LIST_OF_COMPANY_STATIONS :{BLACK}Display list of company's stations STR_TOOLBAR_TOOLTIP_DISPLAY_COMPANY_FINANCES :{BLACK}Display company finances information STR_TOOLBAR_TOOLTIP_DISPLAY_COMPANY_GENERAL :{BLACK}Display general company information +STR_TOOLBAR_TOOLTIP_DISPLAY_STORY_BOOK :{BLACK}Display story book +STR_TOOLBAR_TOOLTIP_DISPLAY_GOALS_LIST :{BLACK}Display goal list STR_TOOLBAR_TOOLTIP_DISPLAY_GRAPHS :{BLACK}Display graphs STR_TOOLBAR_TOOLTIP_DISPLAY_COMPANY_LEAGUE :{BLACK}Display company league table STR_TOOLBAR_TOOLTIP_FUND_CONSTRUCTION_OF_NEW :{BLACK}Fund construction of new industry or list all industries |