Skip to content

Commit 124830c

Browse files
author
gnivler
committed
just a few tiny text issues
1 parent 2327137 commit 124830c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/RemoteTech/UI/OptionWindow.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private void drawStartContent()
252252
GUILayout.EndHorizontal();
253253

254254
GUILayout.Space(15);
255-
GUILayout.Label("Need some help with RemoteTech?\nLook on our online manual or if you can't find your answer, than post your question on our thread. (Browser opens on click)", this.mGuiRunningText);
255+
GUILayout.Label("Need some help with RemoteTech?\nLook on our online manual or if you can't find your answer, then post your question on our thread. (Browser opens on click)", this.mGuiRunningText);
256256
GUILayout.BeginHorizontal();
257257
{
258258
if(GUILayout.Button("Online manual"))
@@ -388,14 +388,14 @@ private void drawVisualStyleContent()
388388
GUILayout.EndScrollView();
389389
GUILayout.Space(10);
390390

391-
this.mSettings.HideGroundStationsBehindBody = GUILayout.Toggle(this.mSettings.HideGroundStationsBehindBody, (this.mSettings.HideGroundStationsBehindBody) ? "Ground stations are hidden behind bodys" : "Ground stations always shown");
391+
this.mSettings.HideGroundStationsBehindBody = GUILayout.Toggle(this.mSettings.HideGroundStationsBehindBody, (this.mSettings.HideGroundStationsBehindBody) ? "Ground stations are hidden behind bodies" : "Ground stations always shown");
392392
GUILayout.Label("If true, ground stations occluded by the body they’re on will not be displayed. This prevents ground stations on the other side of the planet being visible through the planet itself.", this.mGuiHintText);
393393

394-
this.mSettings.HideGroundStationsOnDistance = GUILayout.Toggle(this.mSettings.HideGroundStationsOnDistance, (this.mSettings.HideGroundStationsOnDistance) ? "Ground stations are hidden on a defined distance" : "Ground stations always shown");
395-
GUILayout.Label("If true, ground stations will be invisible past a defined distance to the mapview camera.", this.mGuiHintText);
394+
this.mSettings.HideGroundStationsOnDistance = GUILayout.Toggle(this.mSettings.HideGroundStationsOnDistance, (this.mSettings.HideGroundStationsOnDistance) ? "Ground stations are hidden on a defined distance" : "Ground stations are always shown");
395+
GUILayout.Label("If true, ground stations will be invisible past a defined distance to the map view camera.", this.mGuiHintText);
396396

397397
this.mSettings.ShowMouseOverInfoGroundStations = GUILayout.Toggle(this.mSettings.ShowMouseOverInfoGroundStations, (this.mSettings.ShowMouseOverInfoGroundStations) ? "Mouseover of ground stations enabled" : "Mouseover of ground stations disabled");
398-
GUILayout.Label("If enabled you can get some useful informations of a ground station by moving the mouse over it on the map view / tracking station", this.mGuiHintText);
398+
GUILayout.Label("If enabled, you can get some useful information of a ground station by mouseover on the map view / Tracking Station.", this.mGuiHintText);
399399
}
400400

401401
/// <summary>
@@ -404,14 +404,14 @@ private void drawVisualStyleContent()
404404
private void drawMiscellaneousContent()
405405
{
406406
GUILayout.Space(10);
407-
this.mSettings.ThrottleTimeWarp = GUILayout.Toggle(this.mSettings.ThrottleTimeWarp, (this.mSettings.ThrottleTimeWarp) ? "RemoteTech will throttle timewarp" : "RemoteTech will not throttle timewarp");
407+
this.mSettings.ThrottleTimeWarp = GUILayout.Toggle(this.mSettings.ThrottleTimeWarp, (this.mSettings.ThrottleTimeWarp) ? "RemoteTech will throttle time warp" : "RemoteTech will not throttle time warp");
408408
GUILayout.Label("If set, the flight computer will automatically come out of time warp a few seconds before executing a queued command. If unset, the player is responsible for making sure the craft is not in time warp during scheduled actions.", this.mGuiHintText);
409409

410410
this.mSettings.ThrottleZeroOnNoConnection = GUILayout.Toggle(this.mSettings.ThrottleZeroOnNoConnection, (this.mSettings.ThrottleZeroOnNoConnection) ? "Throttle to zero on no connection" : "Keeps the throttle on no connection");
411-
GUILayout.Label("If true, the flight computer cuts the thrust (not on boosters) if you have no connection to mission control.", this.mGuiHintText);
411+
GUILayout.Label("If true, the flight computer cuts the thrust (not solid rocket boosters) if you have no connection to Mission Control.", this.mGuiHintText);
412412

413-
this.mSettings.UpgradeableMissionControlAntennas = GUILayout.Toggle(this.mSettings.UpgradeableMissionControlAntennas, (this.mSettings.UpgradeableMissionControlAntennas) ? "MissionControl antennas are upgradeable": "MissionControl antennas are not upgradeable");
414-
GUILayout.Label("If this option is activated, the mission control ground station would be upgradable with the tracking center.", this.mGuiHintText);
413+
this.mSettings.UpgradeableMissionControlAntennas = GUILayout.Toggle(this.mSettings.UpgradeableMissionControlAntennas, (this.mSettings.UpgradeableMissionControlAntennas) ? "Mission Control antennas are upgradeable": "Mission Control antennas are not upgradeable");
414+
GUILayout.Label("If this option is activated, the Mission Control ground station would be upgradeable with the Tracking center.", this.mGuiHintText);
415415

416416
this.mSettings.AutoInsertKaCAlerts = GUILayout.Toggle(this.mSettings.AutoInsertKaCAlerts, (this.mSettings.AutoInsertKaCAlerts) ? "Auto insert alarms to KaC" : "No alarm inserts to KaC");
417417
GUILayout.Label("If this option is activated, the flight computer will automatically insert an alarm to the Kerbal Alarm Clock (KaC) mod for burn and maneuver commands. The alarm will be triggered three minutes before the command executes.", this.mGuiHintText);
@@ -466,8 +466,8 @@ private void drawPresetsContent()
466466
private void drawCheatContent()
467467
{
468468
GUILayout.Space(10);
469-
this.mSettings.ControlAntennaWithoutConnection = GUILayout.Toggle(this.mSettings.ControlAntennaWithoutConnection, (this.mSettings.ControlAntennaWithoutConnection) ? "No Connection needed to control antennas" : "Connection is needed to control antennas");
470-
GUILayout.Label("You can activate or deactivate antennas even without a connection to ksc.", this.mGuiHintText);
469+
this.mSettings.ControlAntennaWithoutConnection = GUILayout.Toggle(this.mSettings.ControlAntennaWithoutConnection, (this.mSettings.ControlAntennaWithoutConnection) ? "No connection is needed to control antennas" : "Connection is needed to control antennas");
470+
GUILayout.Label("You can activate or deactivate antennas even without a connection to Mission Control.", this.mGuiHintText);
471471
}
472472

473473
/// <summary>

0 commit comments

Comments
 (0)