pidgin: 1d76dce1: I was missing a space!

markdoliner at pidgin.im markdoliner at pidgin.im
Thu Aug 20 02:30:37 EDT 2009


-----------------------------------------------------------------
Revision: 1d76dce13d092623029537d246993ba13334fc0e
Ancestor: 92cf1c35f93e009b3f00ae0aa60317e5cbf6ca0c
Author: markdoliner at pidgin.im
Date: 2009-08-20T06:26:21
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1d76dce13d092623029537d246993ba13334fc0e

Modified files:
        libpurple/protocols/msn/slp.c

ChangeLog: 

I was missing a space!

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/slp.c	d50c1549f8d7230e2f905ea62f56db2b84bc026e
+++ libpurple/protocols/msn/slp.c	d4d55a95ef034912d98e641c87d391961de24a7f
@@ -403,8 +403,8 @@ got_sessionreq(MsnSlpCall *slpcall, cons
 			if (conv) {
 				char *buf;
 				buf = g_strdup_printf(
-						_("%s invited you to view his/her webcam, but this"
-						"is not yet supported."), from);
+						_("%s invited you to view his/her webcam, but "
+						"this is not yet supported."), from);
 				purple_conversation_write(conv, NULL, buf,
 						PURPLE_MESSAGE_SYSTEM |
 						PURPLE_MESSAGE_NOTIFY,


More information about the Commits mailing list