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

Add mission overwrite dialog text

parent 156227d9
......@@ -600,7 +600,7 @@ QGCView {
QGCViewMessage {
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() {
hideDialog()
......@@ -614,7 +614,7 @@ QGCView {
QGCViewMessage {
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() {
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