diff --git a/Editor/JovianTagsEditorWindow.cs b/Editor/JovianTagsEditorWindow.cs index dea10e3..8bbace1 100644 --- a/Editor/JovianTagsEditorWindow.cs +++ b/Editor/JovianTagsEditorWindow.cs @@ -67,7 +67,7 @@ namespace Jovian.TagSystem.Editor { public List Children = new(); } - [MenuItem("Fidelit&y/Tag System/Tag Editor...")] + [MenuItem("Jovian/Tag System/Tag Editor...")] public static void ShowWindow() { var window = GetWindow(true, "Tag Editor"); window.minSize = new Vector2(480, 380); diff --git a/Editor/JovianTagsGenerator.cs b/Editor/JovianTagsGenerator.cs index 05d615c..3a969a9 100644 --- a/Editor/JovianTagsGenerator.cs +++ b/Editor/JovianTagsGenerator.cs @@ -182,7 +182,7 @@ namespace Jovian.TagSystem.Editor { return DefaultOutputPath; } - [MenuItem("Fidelit&y/Tag System/Regenerate Tag Constants")] + [MenuItem("Jovian/Tag System/Regenerate Tag Constants")] private static void MenuRegenerate() { Regenerate(); }