From e9b5784d30e83127995646311371c60f727bef3a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 27 May 2021 17:35:54 -0700 Subject: [PATCH] Update player slot advice for update UI. https://github.com/dcs-liberation/dcs_liberation/issues/276 --- qt_ui/widgets/QTopPanel.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/qt_ui/widgets/QTopPanel.py b/qt_ui/widgets/QTopPanel.py index a1b98acb..d3701e0c 100644 --- a/qt_ui/widgets/QTopPanel.py +++ b/qt_ui/widgets/QTopPanel.py @@ -194,14 +194,12 @@ class QTopPanel(QFrame): "the AI to perform the mission, but players will be unable to " "participate.
" "
" - "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.
" + "To assign player pilots to a flight, 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. " + "If you have no player pilots available, the checkbox next to the " + "name will convert them to a player.
" "
Click 'Yes' to continue with an AI only mission" "
Click 'No' if you'd like to make more changes." ),