From a854bc4fb0e7b6ad4a1fc2a6299fd475fd23f1b5 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 21 Sep 2024 17:44:07 -0600 Subject: [PATCH] Move history menu "Analyze" translation key to its proper category --- Assets/Script/Menu/History/HistoryMenu.cs | 2 +- Assets/StreamingAssets/lang/en-US.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/Script/Menu/History/HistoryMenu.cs b/Assets/Script/Menu/History/HistoryMenu.cs index 244ce9b17..31b083dfd 100644 --- a/Assets/Script/Menu/History/HistoryMenu.cs +++ b/Assets/Script/Menu/History/HistoryMenu.cs @@ -61,7 +61,7 @@ private void OnEnable() () => CurrentSelection?.ViewClick()), new NavigationScheme.Entry(MenuAction.Red, "Menu.Common.Back", Back), - new NavigationScheme.Entry(MenuAction.Yellow, "Menu.Common.Analyze", + new NavigationScheme.Entry(MenuAction.Yellow, "Menu.History.Analyze", () => CurrentSelection?.Shortcut1()), }, false)); diff --git a/Assets/StreamingAssets/lang/en-US.json b/Assets/StreamingAssets/lang/en-US.json index c3f811c10..a6d973a44 100644 --- a/Assets/StreamingAssets/lang/en-US.json +++ b/Assets/StreamingAssets/lang/en-US.json @@ -132,9 +132,7 @@ "Delete": "Delete", "Reset": "Reset", - "ResetAll": "Reset All", - - "Analyze": "Analyze" + "ResetAll": "Reset All" }, "Credits": { "Description": "Contributed To: {0}\n\n{1}", @@ -210,7 +208,9 @@ "LastThreeMonths": "Last 3 Months", "ThisYear": "This Year", "MoreThanYear": "More Than A Year" - } + }, + + "Analyze": "Analyze" }, "Main": { "MessageOfTheDay": "Welcome to the v0.13 Nightly!\n\nv0.13 adds Pro Keys to the game, as well as reintroducing Pro Guitar/Bass after it was removed in v0.12 due to time constraints. Please let us know how these instruments feel, as well as any bugs you find and missing features.\n\nInstrument engine code has once again gone through major changes to facilitate producing replays with 1:1 results to the original gameplay. If you encounter any inconsistent replay results, report it to the YARG team on Discord or GitHub.\n\nIf you previously played on the v0.12 nightly, all of your settings will be reset. This is due to nightly builds now using a separate location for data storage. Your nightly settings/scores will not persist to stable versions of YARG, and vice versa.\n\nAs we previously announced, we do not recommend playing nightly full time, instead only for testing. Nightly is now going to be much more unstable with many more bugs and unfinished systems.\n\nIf you have any feedback, please let us know on Discord or GitHub.\n\nHave fun!",