From e2034b19e734e8fd080e9a4850cede9607163b52 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 26 May 2021 20:41:02 -0700 Subject: [PATCH] Update missing clients advice. https://github.com/dcs-liberation/dcs_liberation/issues/276 --- qt_ui/widgets/QTopPanel.py | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/qt_ui/widgets/QTopPanel.py b/qt_ui/widgets/QTopPanel.py index e425c476..a1b98acb 100644 --- a/qt_ui/widgets/QTopPanel.py +++ b/qt_ui/widgets/QTopPanel.py @@ -188,17 +188,20 @@ class QTopPanel(QFrame): def confirm_no_client_launch(self) -> bool: result = QMessageBox.question( self, - "Continue without client slots?", + "Continue without player pilots?", ( - "No client slots have been created for players. Continuing will " - "allow the AI to perform the mission, but players will be unable " - "to participate.
" + "No player pilots have been assigned to flights. Continuing will allow " + "the AI to perform the mission, but players will be unable to " + "participate.
" "
" - "To add client slots for players, select a package from the " - "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.
" + "If you have not created any player pilots for the squadron you want " + "to fly for, open the Air Wing menu, double click the squadron, select " + 'a pilot, then click "Convert to player".
' + "
" + "Next, select a package from the 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 assign specific pilots to the flight.
" "
Click 'Yes' to continue with an AI only mission" "
Click 'No' if you'd like to make more changes." ),