diff options
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r-- | mail/em-format-html-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |