Skip to content

Commit

Permalink
copy/paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Aug 3, 2017
1 parent 7b03fbc commit b25fa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlightMap/Widgets/VibrationWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit b25fa29

Please sign in to comment.