diff libpurple/protocols/yahoo/yahoo.c @ 19719:e5b827037534

Capitalize the attention type names.
author Richard Laager <rlaager@wiktel.com>
date Mon, 10 Sep 2007 21:19:37 +0000
parents 43a8cd1f708c
children 6a0d9fa477d4 b4ac690a2225 f379a2e9e939 5723dbc6212d
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Mon Sep 10 21:08:42 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Mon Sep 10 21:19:37 2007 +0000
@@ -4113,7 +4113,7 @@
 		/* Yahoo only supports one attention command: the 'buzz'. */
 		/* This is index number YAHOO_BUZZ. */
 		attn = g_new0(PurpleAttentionType, 1);
-		attn->name = _("buzz");
+		attn->name = _("Buzz");
 		attn->incoming_description = _("%s has buzzed you!");
 		attn->outgoing_description = _("Buzzing %s...");
 		list = g_list_append(list, attn);