changeset 960:3a22c011fdbd

core (XMPP): typo again
author Goffi <goffi@goffi.org>
date Mon, 31 Mar 2014 17:12:09 +0200
parents 56e328733952
children 0e8c2414f89c
files src/core/xmpp.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()