fix typo in a string

This commit is contained in:
Yann Leboulanger 2009-10-31 19:15:18 +01:00
parent 4ae64ff6e6
commit e10ff2c907
1 changed files with 2 additions and 2 deletions

View File

@ -454,8 +454,8 @@ class PassphraseRequest:
return
elif result == 'expired':
dialogs.ErrorDialog(_('GPG key expired'),
_('Your GPG key has expied, you will be connected to %s without '
'OpenPGP.') % account)
_('Your GPG key has expired, you will be connected to %s without'
' OpenPGP.') % account)
# Don't try to connect with GPG
gajim.connections[account].continue_connect_info[2] = False
self.complete(None)