diff pidgin/gtkconv.c @ 27417:e0c0b4eb36ed

More Title Casing.
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 25 Jun 2009 05:12:25 +0000
parents af4a4ebc6441
children 552b5292f36f
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Thu Jun 25 05:11:21 2009 +0000
+++ b/pidgin/gtkconv.c	Thu Jun 25 05:12:25 2009 +0000
@@ -1770,7 +1770,7 @@
 			g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free);
 	}
 
-	button = pidgin_new_item_from_stock(menu, _("Last said"), GTK_STOCK_INDEX,
+	button = pidgin_new_item_from_stock(menu, _("Last Said"), GTK_STOCK_INDEX,
 						G_CALLBACK(menu_last_said_cb), PIDGIN_CONVERSATION(conv), 0, 0, NULL);
 	g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free);
 	if (!get_mark_for_user(PIDGIN_CONVERSATION(conv), who))