fix typo in a string
This commit is contained in:
parent
4ae64ff6e6
commit
e10ff2c907
|
@ -454,8 +454,8 @@ class PassphraseRequest:
|
||||||
return
|
return
|
||||||
elif result == 'expired':
|
elif result == 'expired':
|
||||||
dialogs.ErrorDialog(_('GPG key expired'),
|
dialogs.ErrorDialog(_('GPG key expired'),
|
||||||
_('Your GPG key has expied, you will be connected to %s without '
|
_('Your GPG key has expired, you will be connected to %s without'
|
||||||
'OpenPGP.') % account)
|
' OpenPGP.') % account)
|
||||||
# Don't try to connect with GPG
|
# Don't try to connect with GPG
|
||||||
gajim.connections[account].continue_connect_info[2] = False
|
gajim.connections[account].continue_connect_info[2] = False
|
||||||
self.complete(None)
|
self.complete(None)
|
||||||
|
|
Loading…
Reference in New Issue