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, )