Mercurial > pidgin.yaz
diff libpurple/protocols/yahoo/yahoo.c @ 19703:d3d9e3978d82
Clear up translation ambiguity with the attention API.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 10 Sep 2007 20:07:45 +0000 |
parents | 481749fc0b6b |
children | 43a8cd1f708c |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c Mon Sep 10 20:04:49 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Mon Sep 10 20:07:45 2007 +0000 @@ -4130,8 +4130,8 @@ /* This is index number YAHOO_BUZZ. */ attn = g_new0(PurpleAttentionType, 1); attn->name = _("buzz"); - attn->incoming_description = _("buzzed"); - attn->outgoing_description = _("Buzzing"); + attn->incoming_description = _("%s has buzzed you!"); + attn->outgoing_description = _("Buzzing %s..."); list = g_list_append(list, attn); }