Skip to content

Commit 56dc5e9

Browse files
authored
Fix typo in tooltip (#30)
1 parent 7916acb commit 56dc5e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core/Config/KKCustomParameters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public static KKCustomParameters0 instance
3636
// GamePlay settings
3737
[GameParameters.CustomStringParameterUI("Gameplay settings", title = "GamePlay Settings", lines = 1)]
3838
public string blank0 = "";
39-
[GameParameters.CustomParameterUI("Enable RemoteTech GroundStation", toolTip = "Kerbal Konstricts will place RemoteTech ground antennas to any open GroundStation", autoPersistance = true)]
39+
[GameParameters.CustomParameterUI("Enable RemoteTech GroundStation", toolTip = "Kerbal Konstructs will place RemoteTech ground antennas to any open GroundStation", autoPersistance = true)]
4040
public bool enableRT = false;
41-
[GameParameters.CustomParameterUI("Enable CommNet GroundStations", toolTip = "Kerbal Konstricts will place CommNet ground antennas to any open GroundStation", autoPersistance = true)]
41+
[GameParameters.CustomParameterUI("Enable CommNet GroundStations", toolTip = "Kerbal Konstructs will place CommNet ground antennas to any open GroundStation", autoPersistance = true)]
4242
public bool enableCommNet = false;
4343

4444
// difficulty setting

0 commit comments

Comments
 (0)