From a15a777738edba3e9aee596acb915ecede324e22 Mon Sep 17 00:00:00 2001 From: StiefelJackal Date: Tue, 2 Jul 2024 02:19:59 -0400 Subject: [PATCH] chore(en): reformat description for better phrasing, spelling issues, and grammer issues --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 1e5e2bd..7da8094 100644 --- a/en.json +++ b/en.json @@ -1565,7 +1565,7 @@ "Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "Prefer Steam Networking Sockets", "Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "When enabled, you will connect via Steam Networking Sockets protocol if possible. This can help in some cases when LNL protocol results in significant queuing. However as this protocol is missing some features, you can run into more networking instability, so we recommend only enabling this once you ran into issues.", "Settings.RealtimeNetworkingSettings.LNL_WindowSize": "LNL Window Size", - "Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "This controls the window size for the LNL protocol for realtime networking. Changing this setting will have immediate effect in all sessions that you have joined.\n\nIf you experience packet queing, you can increase this value, which can improve the connection throughput. However the higher values can also destabilize the connection more, so be careful.\n\nDefault value: 64\n\nNote that this setting is diagnostics and temporary workaround and this value will be automatically adjusted in the future.", + "Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "This controls the LNL protocol window size for real time networking. Changing this setting will have an immediate effect in all active sessions.\n\nIf you experience any packet queuing, you can increase this value to improve the connection throughput. However, higher values can also destabilize the connection further, so be careful.\n\nDefault Value: 64\n\nIMPORTANT: This setting is for diagnostics and a temporary workaround; this value will automatically adjust itself in the future.", "Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "Maximum number of concurrent asset transfers", "Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "When hosting sessions, this indicates how many locally imported assets can be transferred at the time. Increasing this can transfer assets to users faster, but can also degrade the quality of the network connection. We recommend testing what values can your network handle.",