From b25fa29cf543f4e08dc142cdb892cc26ed14dd69 Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Fri, 12 May 2017 11:57:17 -0400 Subject: [PATCH] copy/paste typo --- src/FlightMap/Widgets/VibrationWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightMap/Widgets/VibrationWidget.qml b/src/FlightMap/Widgets/VibrationWidget.qml index f5aeff5..896d93a 100644 --- a/src/FlightMap/Widgets/VibrationWidget.qml +++ b/src/FlightMap/Widgets/VibrationWidget.qml @@ -153,7 +153,7 @@ QGCFlickable { } QGCLabel { - text: qsTr("Accel 2: ") + (_activeVehicle ? _activeVehicle.vibration.clipCount3.valueString : "") + text: qsTr("Accel 3: ") + (_activeVehicle ? _activeVehicle.vibration.clipCount3.valueString : "") color: textColor } }