mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Code refactor and name changes
cleaned code up with Jetbrains i hope it suffices
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "Master"
|
||||
/// </summary>
|
||||
public static LocalisableString PositionalLevel => new TranslatableString(getKey(@"positional_hitsound_audio_level"), @"Positional hitsound audio level");
|
||||
public static LocalisableString PositionalLevel => new TranslatableString(getKey(@"positional_hitsound_audio_level"), @"Hitsound stereo separation");
|
||||
|
||||
/// <summary>
|
||||
/// "Level"
|
||||
|
Reference in New Issue
Block a user