changeset 19719:e5b827037534

Capitalize the attention type names.
author Richard Laager <rlaager@wiktel.com>
date Mon, 10 Sep 2007 21:19:37 +0000
parents 159a46ec0e33
children bfa1557a7773 5c419cd2cd22
files libpurple/protocols/msn/msn.c libpurple/protocols/yahoo/yahoo.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Mon Sep 10 21:08:42 2007 +0000
+++ b/libpurple/protocols/msn/msn.c	Mon Sep 10 21:19:37 2007 +0000
@@ -127,7 +127,7 @@
 
 	if (!list) {
 		attn = g_new0(PurpleAttentionType, 1);
-		attn->name = _("nudge");
+		attn->name = _("Nudge");
 		attn->incoming_description = _("%s has nudged you!");
 		attn->outgoing_description = _("Nudging %s...");
 		list = g_list_append(list, attn);
--- 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);