1
0
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:
maromalo 2022-04-23 02:23:07 -03:00 committed by GitHub
parent 6a87dfdabb
commit 0133ee962d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}";
} }