Skip to content

Commit

Permalink
Move history menu "Analyze" translation key to its proper category
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNathannator committed Sep 21, 2024
1 parent f10ef48 commit a854bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Assets/Script/Menu/History/HistoryMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down
8 changes: 4 additions & 4 deletions Assets/StreamingAssets/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@
"Delete": "Delete",

"Reset": "Reset",
"ResetAll": "Reset All",

"Analyze": "Analyze"
"ResetAll": "Reset All"
},
"Credits": {
"Description": "Contributed To: {0}\n\n{1}",
Expand Down Expand Up @@ -210,7 +208,9 @@
"LastThreeMonths": "Last 3 Months",
"ThisYear": "This Year",
"MoreThanYear": "More Than A Year"
}
},

"Analyze": "Analyze"
},
"Main": {
"MessageOfTheDay": "<align=center><size=32><b>Welcome to the v0.13 Nightly!</b></size></align>\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. <b>If you encounter any inconsistent replay results, report it to the YARG team on Discord or GitHub.</b>\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, <b>we do not recommend playing nightly full time, instead only for testing.</b> Nightly is now going to be much more unstable with many more bugs and unfinished systems.\n\n<b>If you have any feedback, please let us know on Discord or GitHub.</b>\n\nHave fun!",
Expand Down

0 comments on commit a854bc4

Please sign in to comment.