From 2df642a142e7784419c3002e5e14ccd21dfb59f4 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 23 Jun 2009 22:08:06 +0200 Subject: [PATCH] typo --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 3b73c0cee..f1f051974 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2203,7 +2203,7 @@ class RosterWindow: if checked: gajim.config.set('quit_on_roster_x_button', True) self.on_quit_request() - dialogs.ConfirmationDialogiCheck(_('Really quit Gajim?'), + dialogs.ConfirmationDialogCheck(_('Really quit Gajim?'), _('Are you sure you want to quit Gajim?'), _('Do _not ask me again'), on_response_ok=on_ok) return True # do NOT destroy the window