# HG changeset patch # User Luke Schierer # Date 1085434043 0 # Node ID 1c10229e5c667496b9ae895740cdf6a8b33bef89 # Parent a243d688c93c7b80345da59c9fb53612f6048df1 [gaim-migrate @ 9832] simguy messed up. committer: Tailor Script diff -r a243d688c93c -r 1c10229e5c66 src/gtkprefs.c --- a/src/gtkprefs.c Mon May 24 19:16:36 2004 +0000 +++ b/src/gtkprefs.c Mon May 24 21:27:23 2004 +0000 @@ -829,7 +829,7 @@ gtk_imhtml_append_text(GTK_IMHTML(imhtml), _("This is how your outgoing message text will appear when you use protocols that support formatting. :)"), 0); gtk_container_add(GTK_CONTAINER(sw), imhtml); - button = gtk_button_new_with_mnemonic("_Clear Formatting"); + button = gtk_button_new_with_mnemonic(_("_Clear Formatting")); gtk_box_pack_start(GTK_BOX(fontvbox), button, FALSE, FALSE, 0); if (!gaim_prefs_get_bool("/gaim/gtk/conversations/send_formatting"))