summaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-08-06 14:57:53 -0400
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-08-07 13:27:07 +0200
commit7a709002270a904843a81a846f22b53921cfcad1 (patch)
tree8de217a30ea1066acda67b065fcdd71031f1fba9 /src/lang
parent9fd91f9b69a60e6cd9380f7671b5c5256075dbb7 (diff)
downloadopenttd-7a709002270a904843a81a846f22b53921cfcad1.tar.xz
Fix: Typo in running costs help text
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/english.txt2
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}