fix string

This commit is contained in:
Nikos Kouremenos 2005-09-30 18:21:31 +00:00
parent 76e0838c81
commit 4765c32b92
1 changed files with 1 additions and 1 deletions

View File

@ -1224,7 +1224,7 @@ _('If "%s" accepts this request you will know his status.') %jid)
window = dialogs.ConfirmationDialogCheck(\
_('Contact "%s" will be removed from your roster') % (user.name),
_('By removing this contact you also remove authorization. Contact "%s" will always see you as offline.') % user.name,
_('Allow my contact to still know my status'))
_('Allow this contact to still know my status'))
if window.get_response() == gtk.RESPONSE_OK:
remove_auth = True
if window.is_checked():