diff options
author | nikolas <nikolas@gnu.org> | 2019-08-06 14:57:53 -0400 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-08-07 13:27:07 +0200 |
commit | 7a709002270a904843a81a846f22b53921cfcad1 (patch) | |
tree | 8de217a30ea1066acda67b065fcdd71031f1fba9 /src | |
parent | 9fd91f9b69a60e6cd9380f7671b5c5256075dbb7 (diff) | |
download | openttd-7a709002270a904843a81a846f22b53921cfcad1.tar.xz |
Fix: Typo in running costs help text
Diffstat (limited to 'src')
-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 5115a0eb5..e6e4bb930 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1167,7 +1167,7 @@ STR_CONFIG_SETTING_MAXIMUM_INITIAL_LOAN_HELPTEXT :Maximum amount STR_CONFIG_SETTING_INTEREST_RATE :Interest rate: {STRING2} STR_CONFIG_SETTING_INTEREST_RATE_HELPTEXT :Loan interest rate; also controls inflation, if enabled STR_CONFIG_SETTING_RUNNING_COSTS :Running costs: {STRING2} -STR_CONFIG_SETTING_RUNNING_COSTS_HELPTEXT :Set level of maintainance and running costs of vehicles and infrastructure +STR_CONFIG_SETTING_RUNNING_COSTS_HELPTEXT :Set level of maintenance and running costs of vehicles and infrastructure STR_CONFIG_SETTING_CONSTRUCTION_SPEED :Construction speed: {STRING2} STR_CONFIG_SETTING_CONSTRUCTION_SPEED_HELPTEXT :Limit the amount of construction actions for AIs STR_CONFIG_SETTING_VEHICLE_BREAKDOWNS :Vehicle breakdowns: {STRING2} |