Mercurial > pidgin
changeset 19718:159a46ec0e33
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.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 10 Sep 2007 21:08:42 +0000 |
| parents | a359452f9ea2 |
| children | e5b827037534 |
| files | libpurple/protocols/jabber/message.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);
