Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfered Changes to HelpStrings.xml into source and removed file #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Miscellaneous/Separator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Separator()
{
this.Name = "Separator";
this.Category = ReadoutCategory.GetCategory("Miscellaneous");
this.HelpString = "Creats a line to help seperate subsections in a module.";
this.HelpString = "Creats a line to help seperate readoud module into subsections.";
this.IsDefault = false;
this.Cloneable = true;

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Miscellaneous/SystemTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public SystemTime()
{
this.Name = "System Time";
this.Category = ReadoutCategory.GetCategory("Miscellaneous");
this.HelpString = "Shows the System Time in 12 hour format (AM/PM)";
this.HelpString = "Shows your OS' System Time in 12 hour format (AM/PM)";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public AngleToEquatorialAscendingNode()
{
this.Name = "Angle to Equ. AN";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Angular Distance from the vessel to crossing the Equator of the central body, going north of it.";
this.HelpString = "Angular distance from the vessel to the northward equator crossing of the central body.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public AngleToEquatorialDescendingNode()
{
this.Name = "Angle to Equ. DN";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Angular Distance from the vessel to crossing the Equator of the central body, going south of it.";
this.HelpString = "Angular distance from the vessel to the southward equator crossing of the central body.";
this.IsDefault = false;
}

Expand Down
4 changes: 2 additions & 2 deletions KerbalEngineer/Flight/Readouts/Orbital/ArgumentOfPeriapsis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ public class ArgumentOfPeriapsis : ReadoutModule

public ArgumentOfPeriapsis()
{
this.Name = "Arg. Of Periapsis";
this.Name = "Argument Of Periapsis";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = String.Empty;
HelpString = "Shows the vessel's Argument Of Periapsis";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Orbital/EccentricAnomaly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public EccentricAnomaly()
{
Name = "Eccentric Anomaly";
Category = ReadoutCategory.GetCategory("Orbital");
HelpString = string.Empty;
HelpString = "Shows the vessel's Eccentric Anomaly.";
IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Orbital/Inclination.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public Inclination()
{
this.Name = "Inclination";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Shows the vessel's orbital inclination relative to the Equator.";
this.HelpString = "Shows the vessel's orbital inclination relative to the equator.";
this.IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public NodeAngleToPrograde()
{
this.Name = "Manoeuvre Node Angle to Prograde";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Angular Distance from the Node to crossing the Orbit of the central body on it's prograde side.";
this.HelpString = "Angular distance from the node, to crossing the orbit of the central body on it's prograde side.";
this.IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public NodeAngleToRetrograde()
{
this.Name = "Manoeuvre Node Angle to Retrograde";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Angular Distance from the Node to crossing the Orbit of the central body on it's retrograde side.";
this.HelpString = "Angular distance from the node, to crossing the orbit of the central body on it's retrograde side.";
this.IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public PostBurnApoapsis()
{
this.Name = "Post-burn Apoapsis";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Farthest point of the vessel's orbit after the burn.";
this.HelpString = "Farthest point of the maneuver's calculated orbit.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public PostBurnInclination()
{
this.Name = "Post-burn Inclination";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "The inclination of the vessel's orbit after the burn.";
this.HelpString = "The inclination of maneuver's calculated orbit.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public PostBurnPeriapsis()
{
this.Name = "Post-burn Periapsis";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Closest point of the vessel's orbit after the burn.";
this.HelpString = "Closest point of the maneuver's calculated orbit.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public PostBurnPeriod()
{
this.Name = "Post-burn Period";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "The period of the vessel's orbit after the burn.";
this.HelpString = "The period of the maneuver's calculated orbit.";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Orbital/MeanAnomaly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public MeanAnomaly()
{
Name = "Mean Anomaly";
Category = ReadoutCategory.GetCategory("Orbital");
HelpString = string.Empty;
HelpString = "Shows the vessel's Mean Anomaly.";
IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public MeanAnomalyAtEpoc()
{
Name = "Mean Anomaly at Epoc";
Category = ReadoutCategory.GetCategory("Orbital");
HelpString = string.Empty;
HelpString = "Shows the vessel's Mean Anomaly at Epoc.";
IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public TimeToEquatorialAscendingNode()
{
this.Name = "Time to Equ. AN";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Shows the time until the vessel corsses the Equator, going north of it.";
this.HelpString = "Shows the time until the vessel crosses northward over the equator.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public TimeToEquatorialDescendingNode()
{
this.Name = "Time to Equ. DN";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = "Shows the time until the vessel corsses the Equator, going south of it.";
this.HelpString = "Shows the time until the vessel crosses southward over the equator.";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Orbital/TrueAnomaly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public TrueAnomaly()
{
this.Name = "True Anomaly";
this.Category = ReadoutCategory.GetCategory("Orbital");
this.HelpString = String.Empty;
HelpString = "Shows the vessel's True Anomaly";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Rendezvous/Distance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public Distance()
{
this.Name = "Distance";
this.Category = ReadoutCategory.GetCategory("Rendezvous");
this.HelpString = "Current distance between the vessel and the target object.";
this.HelpString = "Current linear distance between the vessel and the target object.";
this.IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public InterceptAngle()
{
this.Name = "Intercept Angle";
this.Category = ReadoutCategory.GetCategory("Rendezvous");
this.HelpString = string.Empty;
this.HelpString = "Linear angular distance between the vessel and the target object.";
this.IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Rendezvous/PhaseAngle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public PhaseAngle()
{
this.Name = "Phase Angle";
this.Category = ReadoutCategory.GetCategory("Rendezvous");
this.HelpString = "Angular distance of the vessel relative to the target object.";
this.HelpString = "Angular distance between the vessel and the target object with respect to their orbital parameters.";
this.IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public RelativeRadialVelocity()
{
this.Name = "Relative Radial Velocity";
this.Category = ReadoutCategory.GetCategory("Rendezvous");
this.HelpString = "Relative radial velocity between your vessel and the target object";
this.HelpString = "Relative radial velocity between your vessel and the target object.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public RelativeVelocity()
{
this.Name = "Relative Velocity";
this.Category = ReadoutCategory.GetCategory("Rendezvous");
this.HelpString = "Shows the relative velocity between your vessel and the target object.";
this.HelpString = "Shows the diffeence in linear velocity between your vessel and the target object.";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/AltitudeSeaLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public AltitudeSeaLevel()
{
this.Name = "Altitude (Sea Level)";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the vessel's altitude above sea level.";
this.HelpString = "Shows the vessel's altitude above or below sea level.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class AtmosphericEfficiency : ReadoutModule
{
public AtmosphericEfficiency()
{
Name = "Atmos. Efficiency";
Name = "Atmospheric Efficiency";
Category = ReadoutCategory.GetCategory("Surface");
HelpString = "Shows you vessel's efficiency as a ratio of the current velocity and terminal velocity. Less than 100% means that you are losing efficiency due to gravity and greater than 100% is due to drag.";
HelpString = "Shows your vessel's atmospheric efficiency as a ratio of the current velocity and terminal velocity. Less than 100% means that you are losing efficiency due to gravity and greater than 100% is due to drag.";
IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/Biome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public Biome()
{
this.Name = "Biome";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the biome which the vessel is currently flying over.";
this.HelpString = "Shows the biome currently below the vessel.";
this.IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public HorizontalAcceleration()
{
this.Name = "Horizontal Acceleration";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the vessel's horizontal acceleration across a celestial body's surface.";
this.HelpString = "Shows the vessel's horizontal acceleration across the central body's surface.";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/HorizontalSpeed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public HorizontalSpeed()
{
this.Name = "Horizontal Speed";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the vessel's horizontal speed across a celestial body's surface.";
this.HelpString = "Shows the vessel's horizontal speed across the central body's surface.";
this.IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/ImpactAltitude.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public ImpactAltitude()
{
this.Name = "Impact Altitude";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Altitude at which the Vessel will impact.";
this.HelpString = "Altitude at which the vessel will impact the surface.";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/ImpactBiome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ImpactBiome()
{
this.Name = "Impact Biome";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Biome the Vessel will impact in.";
this.HelpString = "Biome the vessel will impact in.";
this.IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/ImpactTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public ImpactTime()
{
this.Name = "Impact Time";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows time until the vessel impacts the central object.";
this.HelpString = "Shows how much time until your ship impacts the surface.";
this.IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/Latitude.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public Latitude()
{
this.Name = "Latitude";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the vessel's latitude position around the celestial body. Latitude is the angle from the equator to poles.";
this.HelpString = "Shows the vessel's latitude position around the central body. Latitude is the angle from the equator to the poles.";
this.IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/Longitude.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public Longitude()
{
Name = "Longitude";
Category = ReadoutCategory.GetCategory("Surface");
HelpString = "Shows the vessel's longitude around a celestial body. Longitude is the angle from the bodies prime meridian.";
HelpString = "Shows the vessel's longitude around the central body. Longitude is the angle from the bodies prime meridian.";
IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/MachNumber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public MachNumber()
{
Name = "Mach Number";
Category = ReadoutCategory.GetCategory("Surface");
HelpString = "Shows the vessel's mach number.";
HelpString = "Shows the vessel's mach number, which is it's speed relative to the speed of sound.";
IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/TerminalVelocity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public TerminalVelocity()
{
this.Name = "Terminal Velocity";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the velocity where the efforts of thrust and drag are equalled out.";
this.HelpString = "Shows the highest velocity attainable while in free fall.";
this.IsDefault = false;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public VerticalAcceleration()
{
this.Name = "Vertical Acceleration";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the vessel's vertical acceleration up and down.";
this.HelpString = "Shows the vessel's vertical acceleration (up and down.)";
this.IsDefault = false;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Surface/VerticalSpeed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public VerticalSpeed()
{
this.Name = "Vertical Speed";
this.Category = ReadoutCategory.GetCategory("Surface");
this.HelpString = "Shows the vessel's vertical speed up and down.";
this.HelpString = "Shows the vessel's vertical speed (up and down.)";
this.IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Thermal/ConvectionFlux.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ConvectionFlux()
{
Name = "Convection Flux";
Category = ReadoutCategory.GetCategory("Thermal");
HelpString = string.Empty;
HelpString = "Heat radiation capacity of your vessel to the surrounding atmosphere.";
IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public CoolestSkinTemperature()
{
Name = "Coolest Skin Temperature";
Category = ReadoutCategory.GetCategory("Thermal");
HelpString = "Lowest external Temperature on the Vessel.";
HelpString = "Lowest external temperature on the vessel.";
IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public CoolestTemperature()
{
Name = "Coolest Temperature";
Category = ReadoutCategory.GetCategory("Thermal");
HelpString = "Lowest internal Temperature on the Vessel.";
HelpString = "Lowest internal temperature on the vessel.";
IsDefault = true;
}

Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/Flight/Readouts/Thermal/CriticalPart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public CriticalPart()
{
Name = "Critical Part";
Category = ReadoutCategory.GetCategory("Thermal");
HelpString = "This part is structually most critical. If it endures too high temperature there is a high chance for major structual failure!";
HelpString = "Shows which part is closest to its maximum temperature.";
IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public CriticalSkinTemperature()
{
Name = "Critical Skin Temperature";
Category = ReadoutCategory.GetCategory("Thermal");
HelpString = "Highest external Temperature on the part of the Vessel that is structually most critical.";
HelpString = "Highest external temperature on the critical part.";
IsDefault = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public CriticalTemperature()
{
Name = "Critical Temperature";
Category = ReadoutCategory.GetCategory("Thermal");
HelpString = "Internal Temperature on the part of the Vessel that is structually most critical.";
HelpString = "Internal temperature on the part of the vessel that is closest to its maximal temperature.";
IsDefault = true;
}

Expand Down
Loading