mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update quit message
This commit is contained in:
parent
9f0c0ccb32
commit
37b4b8f487
@ -544,7 +544,7 @@ class QLiberationWindow(QMainWindow):
|
|||||||
def closeEvent(self, event: QCloseEvent) -> None:
|
def closeEvent(self, event: QCloseEvent) -> None:
|
||||||
result = QMessageBox.question(
|
result = QMessageBox.question(
|
||||||
self,
|
self,
|
||||||
"Quit Liberation?",
|
"Quit Retribution?",
|
||||||
"Are you sure you want to quit? All unsaved progress will be lost.",
|
"Are you sure you want to quit? All unsaved progress will be lost.",
|
||||||
QMessageBox.Yes | QMessageBox.No,
|
QMessageBox.Yes | QMessageBox.No,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user