missing ':'

This commit is contained in:
Dimitur Kirov 2005-08-01 16:17:32 +00:00
parent 3c46c13d8d
commit 79d2459d9f
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ class Connection:
# We didn't set a passphrase
self.dispatch('ERROR', (_('OpenPGP Key was not given'),
_('You will be connected to %s without OpenPGP.') % self.name))
if self.connected >= 2
if self.connected >= 2:
if not msg:
lowered_uf_status_msg = helpers.get_uf_show(show).lower()
msg = _("I'm %s") % lowered_uf_status_msg