File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/MicroEngineer/Entries Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments