mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Rename enum member to be more like the other
This commit is contained in:
@ -117,7 +117,7 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "Never"
|
||||
/// </summary>
|
||||
public static LocalisableString NeverShowHUD => new TranslatableString(getKey(@"never"), @"Never");
|
||||
public static LocalisableString NeverShowHUD => new TranslatableString(getKey(@"never_show_hud"), @"Never");
|
||||
|
||||
/// <summary>
|
||||
/// "Standardised"
|
||||
|
Reference in New Issue
Block a user