Browse Source

Better exit message

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
d719408355
  1. 2
      src/ui/MainWindowInner.qml

2
src/ui/MainWindowInner.qml

@ -175,7 +175,7 @@ Item { @@ -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

Loading…
Cancel
Save