diff --git a/src/roster_window.py b/src/roster_window.py index f1f051974..b97f36823 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2205,7 +2205,7 @@ class RosterWindow: self.on_quit_request() dialogs.ConfirmationDialogCheck(_('Really quit Gajim?'), _('Are you sure you want to quit Gajim?'), - _('Do _not ask me again'), on_response_ok=on_ok) + _('Always close Gajim'), on_response_ok=on_ok) return True # do NOT destroy the window def prepare_quit(self):