From 379f1a49cdbe061898e2b36b2516621b691224f8 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 7 Jul 2006 14:47:11 +0000 Subject: Changing one mnemonic to avoid a mnemonic conflict with an upcoming patch 2006-07-07 Andre Klapper * em-format-html-display.c: Changing one mnemonic to avoid a mnemonic conflict with an upcoming patch by Jony. svn path=/trunk/; revision=32254 --- mail/em-format-html-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 4b15eb9040..689461f4d2 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -672,7 +672,7 @@ em_format_html_get_search_dialog (EMFormatHTMLDisplay *efhd) gtk_widget_show (button2); gtk_box_pack_start ((GtkBox *)(hbox2), button2, FALSE, FALSE, 5); - p->search_case_check = gtk_check_button_new_with_mnemonic (_("Match _case")); + p->search_case_check = gtk_check_button_new_with_mnemonic (_("M_atch case")); gtk_widget_show (p->search_case_check); gtk_box_pack_start ((GtkBox *)(hbox2), p->search_case_check, FALSE, FALSE, 0); -- cgit v1.2.3