From e556473f29bbafb791d6e53c904c58c7ef6fbf35 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 18 Jan 2006 23:50:21 +0000 Subject: [PATCH] You not User --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index a6002b073..64a7c51f3 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -366,7 +366,7 @@ class Connection: if newmsgs != '0': # there are new messages jid = gajim.get_jid_from_account(self.name) - gajim.log.debug(('User has %s new gmail e-mails on %s.') % (newmsgs, jid)) + gajim.log.debug(('You have %s new gmail e-mails on %s.') % (newmsgs, jid)) self.dispatch('GMAIL_NOTIFY', (jid, newmsgs)) raise common.xmpp.NodeProcessed