changeset 959:56e328733952

core (XMPP): fixed typo
author Goffi <goffi@goffi.org>
date Mon, 31 Mar 2014 17:10:10 +0200
parents 9393dc29aaf3
children 3a22c011fdbd
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: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)