From febba930b0ac4c1892fe8cc2d1f3412a590cef80 Mon Sep 17 00:00:00 2001 From: Heikki Piirainen Date: Thu, 3 Jul 2025 16:12:13 +0300 Subject: [PATCH] Fix: Inconsistent capitalization in game settings --- src/lang/english.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/english.txt b/src/lang/english.txt index e1ec3f2a95..5560d34b80 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2084,9 +2084,9 @@ STR_CONFIG_SETTING_DISTRIBUTION_ARMOURED_HELPTEXT :The ARMOURED ca STR_CONFIG_SETTING_DISTRIBUTION_DEFAULT :Distribution mode for other cargo classes: {STRING2} STR_CONFIG_SETTING_DISTRIBUTION_DEFAULT_HELPTEXT :"Asymmetric" means that arbitrary amounts of cargo can be sent in either direction. "Manual" means that no automatic distribution will take place for those cargoes ###length 3 -STR_CONFIG_SETTING_DISTRIBUTION_MANUAL :manual -STR_CONFIG_SETTING_DISTRIBUTION_ASYMMETRIC :asymmetric -STR_CONFIG_SETTING_DISTRIBUTION_SYMMETRIC :symmetric +STR_CONFIG_SETTING_DISTRIBUTION_MANUAL :Manual +STR_CONFIG_SETTING_DISTRIBUTION_ASYMMETRIC :Asymmetric +STR_CONFIG_SETTING_DISTRIBUTION_SYMMETRIC :Symmetric STR_CONFIG_SETTING_LINKGRAPH_ACCURACY :Distribution accuracy: {STRING2} STR_CONFIG_SETTING_LINKGRAPH_ACCURACY_HELPTEXT :The higher you set this the more CPU time the calculation of the link graph will take. If it takes too long you may notice lag. If you set it to a low value, however, the distribution will be inaccurate, and you may notice cargo not being sent to the places you expect it to go