Browse Source

Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into objectAvoidance

QGC4.4
Gus Grubba 6 years ago
parent
commit
8507b1a675
  1. 2
      src/FlightDisplay/FlightDisplayViewMap.qml

2
src/FlightDisplay/FlightDisplayViewMap.qml

@ -296,7 +296,7 @@ FlightMap { @@ -296,7 +296,7 @@ FlightMap {
sourceItem: MissionItemIndexLabel {
checked: true
index: -1
label: qsTr("Goto here", "Goto here waypoint")
label: qsTr("Go here", "Go to location waypoint")
}
property bool inGotoFlightMode: activeVehicle ? activeVehicle.flightMode === activeVehicle.gotoFlightMode : false

Loading…
Cancel
Save