diff --git a/src/ui/MainWindowInner.qml b/src/ui/MainWindowInner.qml index a183aff328d146360d7fded887da246bb7fb4b89..4a8af1113edf204397dd116f263e5bb7c5655c07 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