This commit is contained in:
Kangwook Lee 2021-08-07 04:35:31 +09:00 committed by Dan Albert
parent 72d83e2fe4
commit 74e6226d13

View File

@ -230,7 +230,7 @@ class PilotSettingsBox(QGroupBox):
)
enable_squadron_pilot_limits_label = QLabel(
"Enable per-squadron pilot limtits (WIP)"
"Enable per-squadron pilot limits (WIP)"
)
enable_squadron_pilot_limits_label.setToolTip(enable_squadron_pilot_limits_info)
enable_squadron_pilot_limits = QCheckBox()