Changeset - r14206:ee6b5e2ea8e2
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2010-01-09 18:44:46
rubidium@openttd.org
(svn r18767) -Fix: min/max income tooltips for the details performance statistics mentioned months whereas it should be quarters.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -555,26 +555,26 @@ STR_PERFORMANCE_DETAIL_STATIONS         
 
STR_PERFORMANCE_DETAIL_MIN_PROFIT                               :{BLACK}Min. profit:
 
STR_PERFORMANCE_DETAIL_MIN_INCOME                               :{BLACK}Min. income:
 
STR_PERFORMANCE_DETAIL_MAX_INCOME                               :{BLACK}Max. income:
 
STR_PERFORMANCE_DETAIL_DELIVERED                                :{BLACK}Delivered:
 
STR_PERFORMANCE_DETAIL_CARGO                                    :{BLACK}Cargo:
 
STR_PERFORMANCE_DETAIL_MONEY                                    :{BLACK}Money:
 
STR_PERFORMANCE_DETAIL_LOAN                                     :{BLACK}Loan:
 
STR_PERFORMANCE_DETAIL_TOTAL                                    :{BLACK}Total:
 
############ End of order list
 
STR_PERFORMANCE_DETAIL_VEHICLES_TOOLTIP                         :{BLACK}Number of vehicles that turned a profit last year; this includes road vehicles, trains, ships and aircraft
 
STR_PERFORMANCE_DETAIL_STATIONS_TOOLTIP                         :{BLACK}Number of recently-serviced station parts. Every part of a station (e.g. train station, bus stop, airport) is counted, even if they are connected as one station
 
STR_PERFORMANCE_DETAIL_MIN_PROFIT_TOOLTIP                       :{BLACK}The profit of the vehicle with the lowest income (only vehicles older than two years are considered)
 
STR_PERFORMANCE_DETAIL_MIN_INCOME_TOOLTIP                       :{BLACK}Amount of cash made in the month with the lowest profit of the last 12 quarters
 
STR_PERFORMANCE_DETAIL_MAX_INCOME_TOOLTIP                       :{BLACK}Amount of cash made in the month with the highest profit of the last 12 quarters
 
STR_PERFORMANCE_DETAIL_MIN_INCOME_TOOLTIP                       :{BLACK}Amount of cash made in the quarter with the lowest profit of the last 12 quarters
 
STR_PERFORMANCE_DETAIL_MAX_INCOME_TOOLTIP                       :{BLACK}Amount of cash made in the quarter with the highest profit of the last 12 quarters
 
STR_PERFORMANCE_DETAIL_DELIVERED_TOOLTIP                        :{BLACK}Units of cargo delivered in the last four quarters
 
STR_PERFORMANCE_DETAIL_CARGO_TOOLTIP                            :{BLACK}Number of types of cargo delivered in the last quarter
 
STR_PERFORMANCE_DETAIL_MONEY_TOOLTIP                            :{BLACK}Amount of money this company has in the bank
 
STR_PERFORMANCE_DETAIL_LOAN_TOOLTIP                             :{BLACK}The amount of money this company has taken on loan
 
STR_PERFORMANCE_DETAIL_TOTAL_TOOLTIP                            :{BLACK}Total points out of possible points
 

	
 
# Music window
 
STR_MUSIC_JAZZ_JUKEBOX_CAPTION                                  :{WHITE}Jazz Jukebox
 
STR_MUSIC_PLAYLIST_ALL                                          :{TINYFONT}{BLACK}All
 
STR_MUSIC_PLAYLIST_OLD_STYLE                                    :{TINYFONT}{BLACK}Old Style
 
STR_MUSIC_PLAYLIST_NEW_STYLE                                    :{TINYFONT}{BLACK}New Style
 
STR_MUSIC_PLAYLIST_EZY_STREET                                   :{TINYFONT}{BLACK}Ezy Street
0 comments (0 inline, 0 general)