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)