diff options
author | rubidium <rubidium@openttd.org> | 2010-01-09 18:44:46 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-09 18:44:46 +0000 |
commit | 2f8b49134cc5ce9006cda48af6e909d5439a1c22 (patch) | |
tree | 1ac65d6aa40a31bc8a4186b3b4a7e66022d6adf3 /src | |
parent | 1382964fa016988f144782b7c5c446782553ea86 (diff) | |
download | openttd-2f8b49134cc5ce9006cda48af6e909d5439a1c22.tar.xz |
(svn r18767) -Fix: min/max income tooltips for the details performance statistics mentioned months whereas it should be quarters.
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index ae0875f3c..d2d9f65e6 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -564,8 +564,8 @@ STR_PERFORMANCE_DETAIL_TOTAL :{BLACK}Total: 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 |