Update QWaitingForMissionResultWindow.py

corrected spelling of aircrafts to aircraft
This commit is contained in:
Steve Pole 2020-08-21 17:05:50 +10:00 committed by GitHub
parent 515d1d0dee
commit 1a25b15bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ class QWaitingForMissionResultWindow(QDialog):
updateBox.setLayout(updateLayout)
self.debriefing = debriefing
updateLayout.addWidget(QLabel("<b>Aircrafts destroyed</b>"), 0, 0)
updateLayout.addWidget(QLabel("<b>Aircraft destroyed</b>"), 0, 0)
updateLayout.addWidget(QLabel(str(len(debriefing.killed_aircrafts))), 0, 1)
updateLayout.addWidget(QLabel("<b>Ground units destroyed</b>"), 1, 0)