Browse Source

Merge pull request #1665 from dogmaphobic/spellingFix

Fixing typo.
QGC4.4
Lorenz Meier 10 years ago
parent
commit
cc3cf383dc
  1. 2
      src/AutoPilotPlugins/PX4/FlightModesComponent.qml

2
src/AutoPilotPlugins/PX4/FlightModesComponent.qml

@ -936,7 +936,7 @@ Item { @@ -936,7 +936,7 @@ Item {
width: parent.width
y: (parent.height * (1.0 - rc_return_th.value)) - (implicitHeight / 2)
horizontalAlignment: Text.AlignRight
text: "Offboad"
text: "Offboard"
}
QGCLabel {

Loading…
Cancel
Save