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?"
message:qsTr("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?")
functionaccept(){
hideDialog()
...
...
@@ -726,7 +726,7 @@ QGCView {
QGCViewMessage{
id:syncLoadFromVehicleCheck
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?"
message:qsTr("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?")
functionaccept(){
hideDialog()
...
...
@@ -739,7 +739,7 @@ QGCView {
id:removeAllPromptDialog
QGCViewMessage{
message:"Are you sure you want to delete all mission items?"
message:qsTr("Are you sure you want to delete all mission items?")
functionaccept(){
itemDragger.clearItem()
...
...
@@ -760,8 +760,8 @@ QGCView {
width:sendSaveRow.width
wrapMode:Text.WordWrap
text:syncNeeded&&!controller.autoSync?
"You have unsaved changes to you mission. You should send to your vehicle, or save to a file:":
"Sync:"
qsTr("You have unsaved changed to you mission. You should send to your vehicle, or save to a file:"):