diff options
author | rubidium <rubidium@openttd.org> | 2010-01-07 17:14:08 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-07 17:14:08 +0000 |
commit | aa0b17bd605dea1fcc24bc819608f47035dfbdb0 (patch) | |
tree | 9eb828cd6f14278095f095b0b1b126ffed2189a9 /src/lang/english.txt | |
parent | cd5516162294eff9c3439c2115a4c5754120905f (diff) | |
download | openttd-aa0b17bd605dea1fcc24bc819608f47035dfbdb0.tar.xz |
(svn r18753) -Fix: Max TE was incorrect in the engine preview
Diffstat (limited to 'src/lang/english.txt')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index f1d22acec..ae0875f3c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2823,7 +2823,7 @@ STR_ENGINE_PREVIEW_MONORAIL_LOCOMOTIVE :monorail locomo STR_ENGINE_PREVIEW_MAGLEV_LOCOMOTIVE :maglev locomotive STR_ENGINE_PREVIEW_COST_WEIGHT_SPEED_POWER :{BLACK}Cost: {CURRENCY} Weight: {WEIGHT_S}{}Speed: {VELOCITY} Power: {POWER}{}Running Cost: {CURRENCY}/yr{}Capacity: {CARGO} -STR_ENGINE_PREVIEW_COST_WEIGHT_SPEED_POWER_MAX_TE :{BLACK}Cost: {CURRENCY} Weight: {WEIGHT_S}{}Speed: {VELOCITY} Power: {POWER} Max. T.E.: {7:FORCE}{}Running Cost: {4:CURRENCY}/yr{}Capacity: {5:CARGO} +STR_ENGINE_PREVIEW_COST_WEIGHT_SPEED_POWER_MAX_TE :{BLACK}Cost: {CURRENCY} Weight: {WEIGHT_S}{}Speed: {VELOCITY} Power: {POWER} Max. T.E.: {6:FORCE}{}Running Cost: {4:CURRENCY}/yr{}Capacity: {5:CARGO} STR_ENGINE_PREVIEW_COST_MAX_SPEED_CAPACITY_CAPACITY_RUNCOST :{BLACK}Cost: {CURRENCY} Max. Speed: {VELOCITY}{}Capacity: {CARGO}, {CARGO}{}Running Cost: {CURRENCY}/yr STR_ENGINE_PREVIEW_COST_MAX_SPEED_CAPACITY_RUNCOST :{BLACK}Cost: {CURRENCY} Max. Speed: {VELOCITY}{}Capacity: {CARGO}{}Running Cost: {CURRENCY}/yr |