diff options
Diffstat (limited to 'plugins/otr.py')
-rw-r--r-- | plugins/otr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/otr.py b/plugins/otr.py index 9c80f390..909a4ea5 100644 --- a/plugins/otr.py +++ b/plugins/otr.py @@ -306,7 +306,7 @@ MESSAGE_INVALID = _('%(info)sThe message from %(jid_c)s%(jid)s%(info)s' OTR_ERROR = _('%(info)sReceived the following error from ' '%(jid_c)s%(jid)s%(info)s:\x19o %(err)s') -POTR_ERROR = _('%(info)sAn unspecified error in the OTR plugin occured:\n' +POTR_ERROR = _('%(info)sAn unspecified error in the OTR plugin occurred:\n' '%(exc)s') TRUST_ADDED = _('%(info)sYou added %(jid_c)s%(bare_jid)s%(info)s with key ' |