Update quit message

This commit is contained in:
Raffson 2022-09-18 18:21:30 +02:00
parent 9f0c0ccb32
commit 37b4b8f487
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -544,7 +544,7 @@ class QLiberationWindow(QMainWindow):
def closeEvent(self, event: QCloseEvent) -> None:
result = QMessageBox.question(
self,
"Quit Liberation?",
"Quit Retribution?",
"Are you sure you want to quit? All unsaved progress will be lost.",
QMessageBox.Yes | QMessageBox.No,
)