# HG changeset patch # User Goffi # Date 1396278610 -7200 # Node ID 56e3287339525294b363dc4fcbb65f4c9439bf77 # Parent 9393dc29aaf35d1a12ad6cc6e94e6993248bfe82 core (XMPP): fixed typo diff -r 9393dc29aaf3 -r 56e328733952 src/core/xmpp.py --- a/src/core/xmpp.py Mon Mar 31 17:07:25 2014 +0200 +++ b/src/core/xmpp.py Mon Mar 31 17:10:10 2014 +0200 @@ -219,7 +219,7 @@ return info(_("new contact in roster list: %s"), item.jid.full()) if not item.subscriptionTo: - warning(_("Your a not subscribed to this contact !")) + warning(_("You are not subscribed to this contact !")) if not item.subscriptionFrom: warning(_("This contact is not subscribed from you !")) #self.host.memory.addContact(item.jid, item_attr, item.groups, self.parent.profile)