Skip to content
Snippets Groups Projects
Commit 86443c49 authored by nkour's avatar nkour
Browse files

fix bad string, add comment for transl, pot/po

parent 27c3f707
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -1396,7 +1396,8 @@ def change_status2(self, show, msg):
if keyID and USE_GPG:
if self.connected < 2 and self.gpg.passphrase is None:
# We didn't set a passphrase
self.dispatch('ERROR', (_('OpenPGP Key was not given'),
self.dispatch('ERROR', (_('OpenPGP passphrase was not given'),
#%s is the account name here
_('You will be connected to %s without OpenPGP.') % self.name))
else:
signed = self.gpg.sign(msg, keyID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment