diff --git a/src/VehicleSetup/JoystickConfig.qml b/src/VehicleSetup/JoystickConfig.qml index bb0563c..2a62c11 100644 --- a/src/VehicleSetup/JoystickConfig.qml +++ b/src/VehicleSetup/JoystickConfig.qml @@ -416,7 +416,7 @@ SetupPage { QGCCheckBox { id: accumulator checked: _activeJoystick.accumulator - text: qsTr("Spring on throttle support") + text: qsTr("Spring loaded throttle smoothing") onClicked: _activeJoystick.accumulator = checked }