Fix capitalization of lagrange points GuiPath (closes #2934)

This commit is contained in:
Alexander Bock
2023-11-06 16:25:41 +01:00
parent e5672e2652
commit d0efe88aa2

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"
}
}