From 34470336e47ca3b52c30c15942bc26ad91b50652 Mon Sep 17 00:00:00 2001 From: Brock Greman Date: Fri, 25 Jun 2021 14:55:49 -0400 Subject: [PATCH] Clarify the impact of non-cold flight starts. --- qt_ui/windows/settings/QSettingsWindow.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qt_ui/windows/settings/QSettingsWindow.py b/qt_ui/windows/settings/QSettingsWindow.py index b60920ba..67cc0e3b 100644 --- a/qt_ui/windows/settings/QSettingsWindow.py +++ b/qt_ui/windows/settings/QSettingsWindow.py @@ -705,7 +705,10 @@ class QSettingsWindow(QDialog): start_type_label = QLabel( "Default start type for AI aircraft
Warning: " - "Any option other than Cold breaks OCA/Aircraft missions." + "Options other than Cold will significantly reduce the
" + "number of targets available for OCA/Aircraft missions,
" + "and OCA/Aircraft flights will not be included in
" + "automatically planned OCA packages." ) start_type_label.setToolTip(START_TYPE_TOOLTIP) start_type = StartTypeComboBox(self.game.settings)