diff options
author | peter1138 <peter1138@openttd.org> | 2006-03-31 17:40:31 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-03-31 17:40:31 +0000 |
commit | a2ea99dc66b9ed90ad639170c9501cea992538ee (patch) | |
tree | 6ad82e6d177b15f0534c4768a4fa0919c161aaae /lang/english.txt | |
parent | 997ce7d3171a924511275eb77d0044c14fdada3b (diff) | |
download | openttd-a2ea99dc66b9ed90ad639170c9501cea992538ee.tar.xz |
(svn r4211) - Removed measuring units from the names of two strings.
- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".
Diffstat (limited to 'lang/english.txt')
-rw-r--r-- | lang/english.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/english.txt b/lang/english.txt index e2dee014b..2b3f9e44e 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2485,10 +2485,10 @@ STR_8858_MAKE_THE_HIGHLIGHTED_ORDER :{BLACK}Make the STR_SERVICE_HINT :{BLACK}Skip this order unless a service is needed STR_8859_NEW_NOW_AVAILABLE :{BLACK}{BIGFONT}New {STRING} now available! STR_885A :{BLACK}{BIGFONT}{STRING} -STR_885B_COST_WEIGHT_T_SPEED_POWER :{BLACK}Cost: {CURRENCY} Weight: {WEIGHT_S}{}Speed: {VELOCITY} Power: {POWER}{}Running Cost: {CURRENCY}/yr{}Capacity: {STRING1} +STR_VEHICLE_INFO_COST_WEIGHT_SPEED_POWER :{BLACK}Cost: {CURRENCY} Weight: {WEIGHT_S}{}Speed: {VELOCITY} Power: {POWER}{}Running Cost: {CURRENCY}/yr{}Capacity: {STRING1} STR_885C_BROKEN_DOWN :{RED}Broken down STR_885D_AGE_RUNNING_COST_YR :{BLACK}Age: {LTBLUE}{STRING2}{BLACK} Running Cost: {LTBLUE}{CURRENCY}/yr -STR_885E_WEIGHT_T_POWER_HP_MAX_SPEED :{BLACK}Weight: {LTBLUE}{WEIGHT_S} {BLACK}Power: {LTBLUE}{POWER}{BLACK} Max. speed: {LTBLUE}{VELOCITY} +STR_VEHICLE_INFO_WEIGHT_POWER_MAX_SPEED :{BLACK}Weight: {LTBLUE}{WEIGHT_S} {BLACK}Power: {LTBLUE}{POWER}{BLACK} Max. speed: {LTBLUE}{VELOCITY} STR_885F_PROFIT_THIS_YEAR_LAST_YEAR :{BLACK}Profit this year: {LTBLUE}{CURRENCY} (last year: {CURRENCY}) STR_8860_RELIABILITY_BREAKDOWNS :{BLACK}Reliability: {LTBLUE}{COMMA}% {BLACK}Breakdowns since last service: {LTBLUE}{COMMA} STR_8861_STOPPED :{RED}Stopped |