Commit accccba2 authored by Nate Weibley's avatar Nate Weibley Committed by Don Gagne

Fix guided mode confirmation prompt (#3695)

parent 77656b0a
......@@ -426,7 +426,7 @@ Item {
guidedModeConfirm.confirmText = qsTr("move vehicle")
break;
case confirmRetask:
_guidedModeBar.confirmText = qsTr("active waypoint change")
guidedModeConfirm.confirmText = qsTr("active waypoint change")
break;
}
_guidedModeBar.visible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment