Browse Source

Changing label

QGC4.4
Gregory Dymarek 9 years ago
parent
commit
c8d3917630
  1. 2
      src/VehicleSetup/JoystickConfig.qml

2
src/VehicleSetup/JoystickConfig.qml

@ -416,7 +416,7 @@ SetupPage {
QGCCheckBox { QGCCheckBox {
id: accumulator id: accumulator
checked: _activeJoystick.accumulator checked: _activeJoystick.accumulator
text: qsTr("Spring on throttle support") text: qsTr("Spring loaded throttle smoothing")
onClicked: _activeJoystick.accumulator = checked onClicked: _activeJoystick.accumulator = checked
} }

Loading…
Cancel
Save