Qt/Translation: Make the input setting value for Analog Sensitivity Consistent with Description

This commit is contained in:
KamFretoZ 2023-11-12 22:17:22 +07:00 committed by Connor McLaughlin
parent 0ce6961972
commit 30ca79a23a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static const SettingInfo s_settings[] = {
"0.00", "0.00", "1.00", "0.01", TRANSLATE_NOOP("Pad", "%.0f%%"), nullptr, nullptr, 100.0f},
{SettingInfo::Type::Float, "AxisScale", TRANSLATE_NOOP("Pad", "Analog Sensitivity"),
TRANSLATE_NOOP("Pad",
"Sets the analog stick axis scaling factor. A value between 1.30 and 1.40 is recommended when using recent "
"Sets the analog stick axis scaling factor. A value between 130% and 140% is recommended when using recent "
"controllers, e.g. DualShock 4, Xbox One Controller."),
"1.33", "0.01", "2.00", "0.01", TRANSLATE_NOOP("Pad", "%.0f%%"), nullptr, nullptr, 100.0f},
{SettingInfo::Type::Float, "LargeMotorScale", TRANSLATE_NOOP("Pad", "Large Motor Vibration Scale"),