Commit 04097cb9 authored by Don Gagne's avatar Don Gagne

Add mission overwrite dialog text

parent 156227d9
...@@ -600,7 +600,7 @@ QGCView { ...@@ -600,7 +600,7 @@ QGCView {
QGCViewMessage { QGCViewMessage {
id: syncLoadFromVehicleCheck id: syncLoadFromVehicleCheck
message: "Load vehicle check" message: "You have unsaved/unsent mission changes. Loading the mission from the Vehicle will lose these changes. Are you sure you want to load the mission from the Vehicle?"
function accept() { function accept() {
hideDialog() hideDialog()
...@@ -614,7 +614,7 @@ QGCView { ...@@ -614,7 +614,7 @@ QGCView {
QGCViewMessage { QGCViewMessage {
id: syncLoadFromVehicleCheck id: syncLoadFromVehicleCheck
message: "Load file check" message: "You have unsaved/unsent mission changes. Loading a mission from a file will lose these changes. Are you sure you want to load a mission from a file?"
function accept() { function accept() {
hideDialog() hideDialog()
......
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