# HG changeset patch # User Mark Doliner # Date 1250749581 0 # Node ID c9e760d350b8c0548a766aeedb9c0a71a8e70436 # Parent 83f02215c55f8def89bb4339e8ec574c5c38271b I was missing a space! diff -r 83f02215c55f -r c9e760d350b8 libpurple/protocols/msn/slp.c --- a/libpurple/protocols/msn/slp.c Thu Aug 20 06:17:55 2009 +0000 +++ b/libpurple/protocols/msn/slp.c Thu Aug 20 06:26:21 2009 +0000 @@ -403,8 +403,8 @@ 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,