From 6440389f509da59dfc9abfaab279981cc3e162cb Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 23 Jun 2009 22:24:11 +0200
Subject: [PATCH] change a string

---
 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 f1f0519742..b97f36823f 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):
-- 
GitLab