Skip to content
Snippets Groups Projects
Commit ff5c81cc authored by Dicson's avatar Dicson
Browse files

fix typo

parent 7e5192c8
No related branches found
No related tags found
No related merge requests found
......@@ -471,7 +471,7 @@ class OtrPlugin(GajimPlugin):
except potr.context.ErrorReceived, e:
self.gajim_log(_('We received the following OTR error '
'message from %(jid)s: [%(error)s]') % {'jid': event.fjid,
'error': e.args[0].error}
'error': e.args[0].error})
return IGNORE
except RuntimeError, e:
self.gajim_log(_('The following error occurred when trying to '
......
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