From 37b4b8f4875d7c7a230d76cafe01bd9467fe8f32 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 18 Sep 2022 18:21:30 +0200 Subject: [PATCH] Update quit message --- qt_ui/windows/QLiberationWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt_ui/windows/QLiberationWindow.py b/qt_ui/windows/QLiberationWindow.py index f8b9fde4..9e9bf2a6 100644 --- a/qt_ui/windows/QLiberationWindow.py +++ b/qt_ui/windows/QLiberationWindow.py @@ -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, )