Skip to content
Snippets Groups Projects
Commit d7194083 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Better exit message

parent 18da4219
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment