diff src/browser/sat_browser/otrjs_wrapper.py @ 523:5add182e7dd5

browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'
author souliane <souliane@mailoo.org>
date Wed, 03 Sep 2014 11:04:29 +0200
parents 0de69fec24e9
children 1735aaeac652
line wrap: on
line diff
--- a/src/browser/sat_browser/otrjs_wrapper.py	Tue Sep 02 21:28:42 2014 +0200
+++ b/src/browser/sat_browser/otrjs_wrapper.py	Wed Sep 03 11:04:29 2014 +0200
@@ -155,7 +155,7 @@
         def smpAuthAbort(self, act=None):
             # XXX: dirty hack to let the triggered method know who aborted the
             # authentication. We need it to display the proper feedback and,
-            # if the buddy aborted, set the conversation 'unverified'.
+            # if the correspondent aborted, set the conversation 'unverified'.
             self.otr.sm.init()
             JS("""self.otr.sm.sendMsg(OTR.HLP.packTLV(6, ''))""")
             self.smpAuthCb('abort', '', act)