changeset 957:82aaa7afbd03

Cosmetic changes
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Sep 2006 14:59:37 +0200
parents 819396bebdf5
children 30b799632653
files mcabber/src/commands.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sat Sep 02 14:54:46 2006 +0200
+++ b/mcabber/src/commands.c	Sat Sep 02 14:59:37 2006 +0200
@@ -1592,7 +1592,7 @@
   roomname = buddy_getjid(bud);
   reason_utf8 = to_utf8(arg);
   jb_room_invite(roomname, jid, reason_utf8);
-  scr_LogPrint(LPRINT_LOGNORM, "Invitation sent to <%s>...", jid);
+  scr_LogPrint(LPRINT_LOGNORM, "Invitation sent to <%s>.", jid);
   g_free(reason_utf8);
   free_arg_lst(paramlst);
 }
@@ -2104,11 +2104,11 @@
   } else if (!strcasecmp(subcmd, "request"))  {
     jb_subscr_request_auth(jid_utf8);
     scr_LogPrint(LPRINT_LOGNORM,
-                 "Sent presence notification request to <%s>...", jid_utf8);
+                 "Sent presence notification request to <%s>.", jid_utf8);
   } else if (!strcasecmp(subcmd, "request_unsubscribe"))  {
     jb_subscr_request_cancel(jid_utf8);
     scr_LogPrint(LPRINT_LOGNORM,
-                 "Sent presence notification ubsubscription request to <%s>...",
+                 "Sent presence notification unsubscription request to <%s>.",
                  jid_utf8);
   } else {
     scr_LogPrint(LPRINT_NORMAL, "Unrecognized parameter!");