Mercurial > pidgin
changeset 17490:960cd16ab8a6
disapproval of revision '36931658d931938ff03fe52b66e6707c76fae1f6'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 06 Jun 2007 00:29:22 +0000 |
parents | 9b1148aef5fa |
children | fde3255cf28f |
files | pidgin/gtkimhtmltoolbar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c Tue Jun 05 07:06:09 2007 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Wed Jun 06 00:29:22 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);