Browse Source

copy/paste typo

QGC4.4
Jacob Walser 8 years ago
parent
commit
b25fa29cf5
  1. 2
      src/FlightMap/Widgets/VibrationWidget.qml

2
src/FlightMap/Widgets/VibrationWidget.qml

@ -153,7 +153,7 @@ QGCFlickable {
} }
QGCLabel { QGCLabel {
text: qsTr("Accel 2: ") + (_activeVehicle ? _activeVehicle.vibration.clipCount3.valueString : "") text: qsTr("Accel 3: ") + (_activeVehicle ? _activeVehicle.vibration.clipCount3.valueString : "")
color: textColor color: textColor
} }
} }

Loading…
Cancel
Save