diff --git a/src/MicroEngineer/Entries/SurfaceEntries.cs b/src/MicroEngineer/Entries/SurfaceEntries.cs index 05bccfd..47315c1 100644 --- a/src/MicroEngineer/Entries/SurfaceEntries.cs +++ b/src/MicroEngineer/Entries/SurfaceEntries.cs @@ -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; diff --git a/src/MicroEngineer/Entries/TargetEntries.cs b/src/MicroEngineer/Entries/TargetEntries.cs index 38de0e3..e77f80b 100644 --- a/src/MicroEngineer/Entries/TargetEntries.cs +++ b/src/MicroEngineer/Entries/TargetEntries.cs @@ -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; @@ -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; @@ -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; diff --git a/src/MicroEngineer/Entries/VesselEntries.cs b/src/MicroEngineer/Entries/VesselEntries.cs index 63481cf..43b1402 100644 --- a/src/MicroEngineer/Entries/VesselEntries.cs +++ b/src/MicroEngineer/Entries/VesselEntries.cs @@ -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;