diff --git a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/GenerateRubyRomajiNavigation.cs b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/GenerateRubyNavigation.cs similarity index 88% rename from osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/GenerateRubyRomajiNavigation.cs rename to osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/GenerateRubyNavigation.cs index ee2dea719..12042430d 100644 --- a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/GenerateRubyRomajiNavigation.cs +++ b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/GenerateRubyNavigation.cs @@ -6,13 +6,13 @@ using osu.Framework.Localisation; using osu.Game.Rulesets.Karaoke.Objects; -namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRubyRomaji; +namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRuby; -public partial class GenerateRubyRomajiNavigation : TopNavigation +public partial class GenerateRubyNavigation : TopNavigation { private const string auto_generate_ruby = "AUTO_GENERATE_RUBY"; - public GenerateRubyRomajiNavigation(GenerateRubyRomajiStepScreen screen) + public GenerateRubyNavigation(GenerateRubyStepScreen screen) : base(screen) { } @@ -54,7 +54,7 @@ protected override bool AbleToNextStep(NavigationState value) private partial class GenerateRubyTextFlowContainer : NavigationTextContainer { - public GenerateRubyTextFlowContainer(GenerateRubyRomajiStepScreen screen) + public GenerateRubyTextFlowContainer(GenerateRubyStepScreen screen) { AddLinkFactory(auto_generate_ruby, "auto generate ruby", screen.AskForAutoGenerateRuby); } diff --git a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/GenerateRubyRomajiStepScreen.cs b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/GenerateRubyStepScreen.cs similarity index 90% rename from osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/GenerateRubyRomajiStepScreen.cs rename to osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/GenerateRubyStepScreen.cs index ca22a325c..c7122fb22 100644 --- a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/GenerateRubyRomajiStepScreen.cs +++ b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/GenerateRubyStepScreen.cs @@ -7,9 +7,9 @@ using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics; using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics; -namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRubyRomaji; +namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRuby; -public partial class GenerateRubyRomajiStepScreen : LyricImporterStepScreenWithLyricEditor +public partial class GenerateRubyStepScreen : LyricImporterStepScreenWithLyricEditor { public override string Title => "Generate ruby"; @@ -22,13 +22,13 @@ public partial class GenerateRubyRomajiStepScreen : LyricImporterStepScreenWithL [Cached(typeof(ILyricPropertyAutoGenerateChangeHandler))] private readonly LyricPropertyAutoGenerateChangeHandler lyricPropertyAutoGenerateChangeHandler; - public GenerateRubyRomajiStepScreen() + public GenerateRubyStepScreen() { AddInternal(lyricPropertyAutoGenerateChangeHandler = new LyricPropertyAutoGenerateChangeHandler()); } protected override TopNavigation CreateNavigation() - => new GenerateRubyRomajiNavigation(this); + => new GenerateRubyNavigation(this); protected override Drawable CreateContent() => base.CreateContent().With(_ => diff --git a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/UseAutoGenerateRubyPopupDialog.cs b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/UseAutoGenerateRubyPopupDialog.cs similarity index 98% rename from osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/UseAutoGenerateRubyPopupDialog.cs rename to osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/UseAutoGenerateRubyPopupDialog.cs index 5e4c5acb6..04acbddf8 100644 --- a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/UseAutoGenerateRubyPopupDialog.cs +++ b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRuby/UseAutoGenerateRubyPopupDialog.cs @@ -5,7 +5,7 @@ using osu.Framework.Graphics.Sprites; using osu.Game.Overlays.Dialog; -namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRubyRomaji; +namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRuby; public partial class UseAutoGenerateRubyPopupDialog : PopupDialog { diff --git a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateTimeTag/GenerateTimeTagStepScreen.cs b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateTimeTag/GenerateTimeTagStepScreen.cs index 2949937f2..539c65085 100644 --- a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateTimeTag/GenerateTimeTagStepScreen.cs +++ b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateTimeTag/GenerateTimeTagStepScreen.cs @@ -9,7 +9,6 @@ using osu.Game.Rulesets.Karaoke.Objects; using osu.Game.Rulesets.Karaoke.Objects.Utils; using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics; -using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRubyRomaji; namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateTimeTag; diff --git a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/UseAutoGenerateRomajiPopupDialog.cs b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateTimeTag/UseAutoGenerateRomajiPopupDialog.cs similarity index 98% rename from osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/UseAutoGenerateRomajiPopupDialog.cs rename to osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateTimeTag/UseAutoGenerateRomajiPopupDialog.cs index 388cfdbee..e3d9dc28e 100644 --- a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateRubyRomaji/UseAutoGenerateRomajiPopupDialog.cs +++ b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/GenerateTimeTag/UseAutoGenerateRomajiPopupDialog.cs @@ -5,7 +5,7 @@ using osu.Framework.Graphics.Sprites; using osu.Game.Overlays.Dialog; -namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRubyRomaji; +namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateTimeTag; public partial class UseAutoGenerateRomajiPopupDialog : PopupDialog { diff --git a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/LyricImporterSubScreenStack.cs b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/LyricImporterSubScreenStack.cs index ef7834157..7be6f57f6 100644 --- a/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/LyricImporterSubScreenStack.cs +++ b/osu.Game.Rulesets.Karaoke/Screens/Edit/Import/Lyrics/LyricImporterSubScreenStack.cs @@ -7,7 +7,7 @@ using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.AssignLanguage; using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.DragFile; using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.EditLyric; -using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRubyRomaji; +using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateRuby; using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.GenerateTimeTag; using osu.Game.Rulesets.Karaoke.Screens.Edit.Import.Lyrics.Success; using osu.Game.Screens; @@ -47,7 +47,7 @@ public void Push(LyricImporterStep step) return; case LyricImporterStep.GenerateRuby: - Push(new GenerateRubyRomajiStepScreen()); + Push(new GenerateRubyStepScreen()); return; case LyricImporterStep.GenerateTimeTag: