Skip to content

Commit e477355

Browse files
author
gnivler
committed
grammar
1 parent 147d8b3 commit e477355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RemoteTech/UI/OptionWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ private void drawVisualStyleContent()
389389
GUILayout.Space(10);
390390

391391
this.mSettings.HideGroundStationsBehindBody = GUILayout.Toggle(this.mSettings.HideGroundStationsBehindBody, (this.mSettings.HideGroundStationsBehindBody) ? "Ground Stations are hidden behind bodies" : "Ground Stations always shown");
392-
GUILayout.Label("When enabled, Ground Stations are occluded by the planet or body, and not visible behind it. When disabled, Ground Stations are always shown (see range option below).", this.mGuiHintText);
392+
GUILayout.Label("When enabled, Ground Stations are occluded by the planet or body, and are not visible behind it. When disabled, Ground Stations are always shown (see range option below).", this.mGuiHintText);
393393

394394
this.mSettings.HideGroundStationsOnDistance = GUILayout.Toggle(this.mSettings.HideGroundStationsOnDistance, (this.mSettings.HideGroundStationsOnDistance) ? "Ground Stations are hidden at a defined distance" : "Ground Stations always shown");
395395
GUILayout.Label("When enabled, Ground Stations will not be shown past a defined distance to the mapview camera. When disabled, Ground Stations are shown regardless of distance.", this.mGuiHintText);

0 commit comments

Comments
 (0)