Commit ed04cbcd authored by Beat Küng's avatar Beat Küng

MissionEditor.qml: fix typo in label

parent b9f8fd92
...@@ -742,7 +742,7 @@ QGCView { ...@@ -742,7 +742,7 @@ QGCView {
width: sendSaveRow.width width: sendSaveRow.width
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
text: syncNeeded && !controller.autoSync ? text: syncNeeded && !controller.autoSync ?
"You have unsaved changed to you mission. You should send to your vehicle, or save to a file:" : "You have unsaved changes to you mission. You should send to your vehicle, or save to a file:" :
"Sync:" "Sync:"
} }
......
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