change a string

This commit is contained in:
Yann Leboulanger 2009-06-23 22:24:11 +02:00
parent 2df642a142
commit 6440389f50
1 changed files with 1 additions and 1 deletions

View File

@ -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):