From 98bb1a9f653854949df997bba87c6451fe0c692b Mon Sep 17 00:00:00 2001 From: Walter Date: Sat, 24 Oct 2020 12:41:53 -0500 Subject: [PATCH] Explicit message for confirm_no_client_launch --- qt_ui/widgets/QTopPanel.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qt_ui/widgets/QTopPanel.py b/qt_ui/widgets/QTopPanel.py index dadbee0d..7b7f3ec6 100644 --- a/qt_ui/widgets/QTopPanel.py +++ b/qt_ui/widgets/QTopPanel.py @@ -156,7 +156,9 @@ class QTopPanel(QFrame): "Packages panel on the left of the main window, and then a flight " "from the Flights panel below the Packages panel. The edit button " "below the Flights panel will allow you to edit the number of " - "client slots in the flight. Each client slot allows one player."), + "client slots in the flight. Each client slot allows one player.
" + "
Click 'Yes' to continue with an AI only mission" + "
Click 'No' if you'd like to make more changes."), QMessageBox.No, QMessageBox.Yes )