Mercurial > pidgin
changeset 9056:1c10229e5c66
[gaim-migrate @ 9832]
simguy messed up.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 24 May 2004 21:27:23 +0000 |
parents | a243d688c93c |
children | c55aa23bf56e |
files | src/gtkprefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"))