Skip to content

Commit c07a585

Browse files
committed
Update a few entry names
1 parent c0bf9dc commit c07a585

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/MicroEngineer/Entries/SurfaceEntries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public class AltitudeFromCenter : SurfaceEntry
501501
{
502502
public AltitudeFromCenter()
503503
{
504-
Name = "Altitude From Center";
504+
Name = "Altitude from Center";
505505
Description = "Vessel's altitude measured from the center of the body.";
506506
Category = MicroEntryCategory.Surface;
507507
IsDefault = false;

src/MicroEngineer/Entries/TargetEntries.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ public class Target_ClosestApproachDistance : TargetEntry
913913
{
914914
public Target_ClosestApproachDistance()
915915
{
916-
Name = "C. Approach Dist.";
916+
Name = "C.Approach Dist.";
917917
Description = "Distance between active vessel and target vessel at closest approach.";
918918
Category = MicroEntryCategory.Target;
919919
IsDefault = true;
@@ -950,7 +950,7 @@ public class Target_ClosestApproachTime : TargetEntry
950950
{
951951
public Target_ClosestApproachTime()
952952
{
953-
Name = "C. Approach Time";
953+
Name = "C.Approach Time";
954954
Description = "Time until close approach with the target.";
955955
EntryType = EntryType.Time;
956956
Category = MicroEntryCategory.Target;
@@ -980,7 +980,7 @@ public class Target_ClosestApproachRelativeSpeed : TargetEntry
980980
{
981981
public Target_ClosestApproachRelativeSpeed()
982982
{
983-
Name = "C. Approach Speed";
983+
Name = "C.Approach Speed";
984984
Description = "Relative speed at close approach with the target.";
985985
Category = MicroEntryCategory.Target;
986986
IsDefault = true;

src/MicroEngineer/Entries/VesselEntries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class DryMass : VesselEntry
5757
{
5858
public DryMass()
5959
{
60-
Name = "Total Dry Mass";
60+
Name = "Dry Mass";
6161
Description = "Total current dry mass.";
6262
Category = MicroEntryCategory.Vessel;
6363
IsDefault = false;

0 commit comments

Comments
 (0)