Fix a misleading message
authorMikael Berthe <mikael@lilotux.net>
Sat, 24 Oct 2009 16:28:00 +0200
changeset 1635 a57f2634ee7c
parent 1634 81e2d8a9106b
child 1636 5f35d3573fe0
child 1637 e38300775548
Fix a misleading message
mcabber/src/commands.c
--- 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);