mirror of https://github.com/ppy/osu
Apply suggestions from code review
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
parent
d527eb3d8b
commit
5cfb89f18a
|
@ -77,7 +77,7 @@ public static class UserInterfaceStrings
|
|||
/// <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"
|
||||
|
|
|
@ -17,7 +17,7 @@ public class SongSelectSettings : SettingsSubsection
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue