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 { @@ -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
}

Loading…
Cancel
Save