mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Apply suggestions from code review
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Localisation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Song Select"
|
/// "Song Select"
|
||||||
/// </summary>
|
/// </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>
|
/// <summary>
|
||||||
/// "Right mouse drag to absolute scroll"
|
/// "Right mouse drag to absolute scroll"
|
||||||
|
@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
|||||||
private Bindable<double> minStars;
|
private Bindable<double> minStars;
|
||||||
private Bindable<double> maxStars;
|
private Bindable<double> maxStars;
|
||||||
|
|
||||||
protected override LocalisableString Header => UserInterfaceStrings.SoneSelectHeader;
|
protected override LocalisableString Header => UserInterfaceStrings.SongSelectHeader;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuConfigManager config)
|
private void load(OsuConfigManager config)
|
||||||
|
Reference in New Issue
Block a user