changeset 17511:fde3255cf28f

merge of '66b807e7cdc8af7b38c5d2ace89e880714497545' and 'ad3c0b32d0d7e3f7653daeaaa0636103b485fca7'
author Sean Egan <seanegan@gmail.com>
date Wed, 06 Jun 2007 00:57:46 +0000
parents 960cd16ab8a6 (diff) 2195a19099a0 (current diff)
children 3b3b6fd6714e
files libpurple/protocols/bonjour/dns_sd.c libpurple/protocols/bonjour/dns_sd.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c	Wed Jun 06 00:24:30 2007 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Wed Jun 06 00:57:46 2007 +0000
@@ -1099,7 +1099,7 @@
 	g_signal_connect_swapped(G_OBJECT(button), "activate", G_CALLBACK(gtk_button_clicked), toolbar->font);
 	gtk_menu_shell_append(GTK_MENU_SHELL(font_menu), button);
 
-	button = gtk_menu_item_new_with_mnemonic(_("Foreground _color"));
+	button = gtk_menu_item_new_with_mnemonic(_("_Foreground color"));
 	g_signal_connect_swapped(G_OBJECT(button), "activate", G_CALLBACK(gtk_button_clicked), toolbar->fgcolor);
 	gtk_menu_shell_append(GTK_MENU_SHELL(font_menu), button);