From 8019e932f091e2f89578a2f1b6a6d7ae1083e71e Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Mon, 1 May 2017 13:49:28 -0700 Subject: [PATCH] Fix typo --- src/PlanView/PlanView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index 7861efddd..e68c3e742 100644 --- a/src/PlanView/PlanView.qml +++ b/src/PlanView/PlanView.qml @@ -654,7 +654,7 @@ QGCView { id: syncLoadFromFileOverwrite QGCViewMessage { id: syncLoadFromVehicleCheck - message: qsTr("You have unsaved/unsent changes. Loading a from a file will lose these changes. Are you sure you want to load from a file?") + message: qsTr("You have unsaved/unsent changes. Loading from a file will lose these changes. Are you sure you want to load from a file?") function accept() { hideDialog() masterController.loadFromSelectedFile() -- 2.22.0