diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index 7861efdddde1d402aa978f6339912e2afa5de012..e68c3e74274cd3582d37db9303df5f4042daed33 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()