1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Apply suggestions from code review

Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
kj415j45 2021-08-14 10:56:52 +08:00
parent d527eb3d8b
commit 5cfb89f18a
No known key found for this signature in database
GPG Key ID: 54226D868052F383
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ namespace osu.Game.Localisation
/// <summary>
/// "Song Select"
/// </summary>
public static LocalisableString SoneSelectHeader => new TranslatableString(getKey(@"song_select_header"), @"Song Select");
public static LocalisableString SongSelectHeader => new TranslatableString(getKey(@"song_select_header"), @"Song Select");
/// <summary>
/// "Right mouse drag to absolute scroll"

View File

@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
private Bindable<double> minStars;
private Bindable<double> maxStars;
protected override LocalisableString Header => UserInterfaceStrings.SoneSelectHeader;
protected override LocalisableString Header => UserInterfaceStrings.SongSelectHeader;
[BackgroundDependencyLoader]
private void load(OsuConfigManager config)