From c8d39176306a6d265f128dd2f2a75feea6f6516e Mon Sep 17 00:00:00 2001 From: Gregory Dymarek Date: Sun, 16 Oct 2016 12:10:56 +0100 Subject: [PATCH] Changing label --- src/VehicleSetup/JoystickConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }