diff --git a/src/kOS/Communication/kOSConnectivityParameters.cs b/src/kOS/Communication/kOSConnectivityParameters.cs index 403bb4ce9..7d4e01e88 100644 --- a/src/kOS/Communication/kOSConnectivityParameters.cs +++ b/src/kOS/Communication/kOSConnectivityParameters.cs @@ -187,7 +187,7 @@ public void CheckNewManagers() } Module.kOSSettingsChecker.QueueDialog( // Anchor positions represents the position in the dialog that will be anchored - // The range is 0.0f-1.0f and for example (0.5f, 1.0f) represents the top of the dialog + // The range is 0.0f-1.0f and for example (0.5f, 1.0f) represents the dialog // being anchored in the middle (x-direction) and at the top of the dialog (y-direction). // Whereas (0.5f, 0.0f) would do the same, but at the bottom of the dialog (y-direction).