This commit is contained in:
Andreas Engberg
2023-11-07 09:19:57 +01:00

View File

@@ -33,7 +33,7 @@ local L5Position = {
Tag = { "lagrange_points_earth", "lagrange_points_earth_l5" },
GUI = {
Name = "L5 Position",
Path = "/Solar System/Planets/Earth/Lagrange points",
Path = "/Solar System/Planets/Earth/Lagrange Points",
Hidden = true
}
}
@@ -51,7 +51,7 @@ local L5 = {
Tag = { "lagrange_points_earth", "lagrange_points_earth_l5" },
GUI = {
Name = "L5",
Path = "/Solar System/Planets/Earth/Lagrange points"
Path = "/Solar System/Planets/Earth/Lagrange Points"
}
}
@@ -71,7 +71,7 @@ local L5Label = {
Tag = { "lagrange_points_earth", "lagrange_points_earth_l5" },
GUI = {
Name = "L5 Label",
Path = "/Solar System/Planets/Earth/Lagrange points",
Path = "/Solar System/Planets/Earth/Lagrange Points",
Description = "Main label for L5"
}
}