changeset 1635:a57f2634ee7c

Fix a misleading message
author Mikael Berthe <mikael@lilotux.net>
date Sat, 24 Oct 2009 16:28:00 +0200
parents 81e2d8a9106b
children e38300775548 5f35d3573fe0
files mcabber/src/commands.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sat Oct 24 16:24:21 2009 +0200
+++ b/mcabber/src/commands.c	Sat Oct 24 16:28:00 2009 +0200
@@ -3185,7 +3185,7 @@
   if (!strcasecmp(subcmd, "allow"))  {
     xmpp_send_s10n(jid_utf8, LM_MESSAGE_SUB_TYPE_SUBSCRIBED);
     scr_LogPrint(LPRINT_LOGNORM,
-                 "<%s> is now allowed to receive your presence updates.",
+                 "Sent presence subscription approval to <%s>.",
                  jid_utf8);
   } else if (!strcasecmp(subcmd, "cancel"))  {
     xmpp_send_s10n(jid_utf8, LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED);