diff options
author | rubidium <rubidium@openttd.org> | 2013-05-20 19:57:38 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-05-20 19:57:38 +0000 |
commit | 15b67dbafa1d7824ba97dbd5387eacdbb6b5a104 (patch) | |
tree | 3dfa3b5e37ce9bb464d4314369a1fe4d3298a026 /src/lang | |
parent | d220c1d208fd109e8cea352f7084a07de18223af (diff) | |
download | openttd-15b67dbafa1d7824ba97dbd5387eacdbb6b5a104.tar.xz |
(svn r25272) -Feature: show the approximate monthly supply to a station of the different cargoes (fonsinchen)
Diffstat (limited to 'src/lang')
-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 df7272860..655af91e0 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2971,8 +2971,8 @@ STR_STATIOV_VIEW_EXCLUSIVE_RIGHTS_COMPANY :{YELLOW}{COMPAN STR_STATION_VIEW_RATINGS_BUTTON :{BLACK}Ratings STR_STATION_VIEW_RATINGS_TOOLTIP :{BLACK}Show station ratings -STR_STATION_VIEW_CARGO_RATINGS_TITLE :{BLACK}Local rating of transport service: -STR_STATION_VIEW_CARGO_RATING :{WHITE}{STRING}: {YELLOW}{STRING} ({COMMA}%) +STR_STATION_VIEW_SUPPLY_RATINGS_TITLE :{BLACK}Monthly supply and local rating: +STR_STATION_VIEW_CARGO_SUPPLY_RATING :{WHITE}{STRING}: {YELLOW}{COMMA} / {STRING} ({COMMA}%) ############ range for rating starts STR_CARGO_RATING_APPALLING :Appalling |