mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 19:55:45 +08:00
Change JoystickSettingsStrings.cs text
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
6a87dfdabb
commit
0133ee962d
@ -17,7 +17,7 @@ namespace osu.Game.Localisation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Deadzone Threshold"
|
/// "Deadzone Threshold"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString DeadzoneThreshold => new TranslatableString(getKey(@"deadzone_threshold"), @"Deadzone Threshold");
|
public static LocalisableString DeadzoneThreshold => new TranslatableString(getKey(@"deadzone_threshold"), @"Deadzone");
|
||||||
|
|
||||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user