From 30ca79a23a54ab29bc5ddb5f82d30e53e2c40b59 Mon Sep 17 00:00:00 2001 From: KamFretoZ <14798312+kamfretoz@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:17:22 +0700 Subject: [PATCH] Qt/Translation: Make the input setting value for Analog Sensitivity Consistent with Description --- pcsx2/SIO/Pad/PadDualshock2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/SIO/Pad/PadDualshock2.cpp b/pcsx2/SIO/Pad/PadDualshock2.cpp index 8a563ff036..f5dea1effd 100644 --- a/pcsx2/SIO/Pad/PadDualshock2.cpp +++ b/pcsx2/SIO/Pad/PadDualshock2.cpp @@ -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"),