From 4a7715bfdf2049b326d977ca17e4e236750ba6ec Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Wed, 5 Jul 2006 12:59:56 +0000 Subject: Added mnemonic to string. Fixes bug #346645. 2006-07-05 Andre Klapper * em-format-html-display.c: Added mnemonic to string. Fixes bug #346645. svn path=/trunk/; revision=32234 --- 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 0708439ee8..4b15eb9040 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 (_("Match _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