# HG changeset patch # User Goffi # Date 1396278729 -7200 # Node ID 3a22c011fdbdceb709f066fcab68f9918561172f # Parent 56e3287339525294b363dc4fcbb65f4c9439bf77 core (XMPP): typo again diff -r 56e328733952 -r 3a22c011fdbd src/core/xmpp.py --- a/src/core/xmpp.py Mon Mar 31 17:10:10 2014 +0200 +++ b/src/core/xmpp.py Mon Mar 31 17:12:09 2014 +0200 @@ -221,7 +221,7 @@ if not item.subscriptionTo: warning(_("You are not subscribed to this contact !")) if not item.subscriptionFrom: - warning(_("This contact is not subscribed from you !")) + warning(_("This contact is not subscribed to you !")) #self.host.memory.addContact(item.jid, item_attr, item.groups, self.parent.profile) bare_jid = item.jid.userhostJID()