# HG changeset patch # User Richard Laager # Date 1189458522 0 # Node ID 159a46ec0e33de8e36b9a9776f8319ae6b172390 # Parent a359452f9ea23301a81f41bb4778b087f8e67ae7 Make the XMPP buzz string match the Yahoo one to help the translators. This prpl needs to be reworked to actually use the new API. diff -r a359452f9ea2 -r 159a46ec0e33 libpurple/protocols/jabber/message.c --- a/libpurple/protocols/jabber/message.c Mon Sep 10 21:06:14 2007 +0000 +++ b/libpurple/protocols/jabber/message.c Mon Sep 10 21:08:42 2007 +0000 @@ -301,7 +301,7 @@ c = purple_conversation_new(PURPLE_CONV_TYPE_IM, account, jm->from); - str = g_strdup_printf(_("%s just sent you a Buzz!"), username); + str = g_strdup_printf(_("%s has buzzed you!"), username); purple_conversation_write(c, NULL, str, PURPLE_MESSAGE_SYSTEM|PURPLE_MESSAGE_NOTIFY, time(NULL)); g_free(username);