Skip to content

Commit

Permalink
Update a few entry names
Browse files Browse the repository at this point in the history
  • Loading branch information
Falki-git committed Feb 21, 2024
1 parent c0bf9dc commit c07a585
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/MicroEngineer/Entries/SurfaceEntries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ public class AltitudeFromCenter : SurfaceEntry
{
public AltitudeFromCenter()
{
Name = "Altitude From Center";
Name = "Altitude from Center";
Description = "Vessel's altitude measured from the center of the body.";
Category = MicroEntryCategory.Surface;
IsDefault = false;
Expand Down
6 changes: 3 additions & 3 deletions src/MicroEngineer/Entries/TargetEntries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ public class Target_ClosestApproachDistance : TargetEntry
{
public Target_ClosestApproachDistance()
{
Name = "C. Approach Dist.";
Name = "C.Approach Dist.";
Description = "Distance between active vessel and target vessel at closest approach.";
Category = MicroEntryCategory.Target;
IsDefault = true;
Expand Down Expand Up @@ -950,7 +950,7 @@ public class Target_ClosestApproachTime : TargetEntry
{
public Target_ClosestApproachTime()
{
Name = "C. Approach Time";
Name = "C.Approach Time";
Description = "Time until close approach with the target.";
EntryType = EntryType.Time;
Category = MicroEntryCategory.Target;
Expand Down Expand Up @@ -980,7 +980,7 @@ public class Target_ClosestApproachRelativeSpeed : TargetEntry
{
public Target_ClosestApproachRelativeSpeed()
{
Name = "C. Approach Speed";
Name = "C.Approach Speed";
Description = "Relative speed at close approach with the target.";
Category = MicroEntryCategory.Target;
IsDefault = true;
Expand Down
2 changes: 1 addition & 1 deletion src/MicroEngineer/Entries/VesselEntries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class DryMass : VesselEntry
{
public DryMass()
{
Name = "Total Dry Mass";
Name = "Dry Mass";
Description = "Total current dry mass.";
Category = MicroEntryCategory.Vessel;
IsDefault = false;
Expand Down

0 comments on commit c07a585

Please sign in to comment.