From d7194083552cc67128088bd2ef5d9075179f4c0a Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Tue, 5 Jun 2018 13:51:12 -0700 Subject: [PATCH] Better exit message --- src/ui/MainWindowInner.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/MainWindowInner.qml b/src/ui/MainWindowInner.qml index a183aff32..4a8af1113 100644 --- a/src/ui/MainWindowInner.qml +++ b/src/ui/MainWindowInner.qml @@ -175,7 +175,7 @@ Item { MessageDialog { id: activeConnectionsCloseDialog title: qsTr("%1 close").arg(QGroundControl.appName) - text: qsTr("There are still active connections to vehicles. Do you want to disconnect these before closing?") + text: qsTr("There are still active connections to vehicles. Are you sure you want to exit?") standardButtons: StandardButton.Yes | StandardButton.Cancel modality: Qt.ApplicationModal visible: false -- 2.22.0