Change JoystickSettingsStrings.cs text

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
maromalo
2022-04-23 02:23:07 -03:00
committed by GitHub
parent 6a87dfdabb
commit 0133ee962d

View File

@ -17,7 +17,7 @@ namespace osu.Game.Localisation
/// <summary>
/// "Deadzone Threshold"
/// </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}";
}