Browse Source

MissionEditor.qml: fix typo in label

QGC4.4
Beat Küng 9 years ago
parent
commit
ed04cbcd40
  1. 2
      src/MissionEditor/MissionEditor.qml

2
src/MissionEditor/MissionEditor.qml

@ -742,7 +742,7 @@ QGCView { @@ -742,7 +742,7 @@ QGCView {
width: sendSaveRow.width
wrapMode: Text.WordWrap
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:"
}

Loading…
Cancel
Save