diff options
author | yexo <yexo@openttd.org> | 2010-08-19 11:33:15 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-08-19 11:33:15 +0000 |
commit | 44ba57bb7979fa40a043cca51f2991dca5c880a7 (patch) | |
tree | 0057a6b035067820870a1dc75fcb5c4eb57125f0 /src/lang | |
parent | fa0b8573dcba58a85e9d6792c1afa7af5f7503f2 (diff) | |
download | openttd-44ba57bb7979fa40a043cca51f2991dca5c880a7.tar.xz |
(svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in the AI debug and performance rating windows
Diffstat (limited to 'src/lang')
-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 b4622708a..731f91e7b 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -559,6 +559,7 @@ STR_PERFORMANCE_DETAIL_KEY :{BLACK}Detail STR_PERFORMANCE_DETAIL_AMOUNT_CURRENCY :{BLACK}({CURRCOMPACT}/{CURRCOMPACT}) STR_PERFORMANCE_DETAIL_AMOUNT_INT :{BLACK}({COMMA}/{COMMA}) STR_PERFORMANCE_DETAIL_PERCENT :{WHITE}{NUM}% +STR_PERFORMANCE_DETAIL_SELECT_COMPANY_TOOLTIP :{BLACK}View details about this company ############ Those following lines need to be in this order!! STR_PERFORMANCE_DETAIL_VEHICLES :{BLACK}Vehicles: STR_PERFORMANCE_DETAIL_STATIONS :{BLACK}Stations: @@ -3309,6 +3310,7 @@ STR_AI_DEBUG_MATCH_CASE :{BLACK}Match ca STR_AI_DEBUG_MATCH_CASE_TOOLTIP :{BLACK}Toggle matching case when comparing AI log messages against the break string STR_AI_DEBUG_CONTINUE :{BLACK}Continue STR_AI_DEBUG_CONTINUE_TOOLTIP :{BLACK}Unpause and continue the AI +STR_AI_DEBUG_SELECT_AI_TOOLTIP :{BLACK}View debug output of this AI STR_ERROR_NO_AI :{WHITE}OpenTTD is built without AI support... STR_ERROR_NO_AI_SUB :{WHITE}... no AIs are available! |