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
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public static class JoystickSettingsStrings
/// <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}";
}