aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index bc876815dd..0c7c46def4 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -654,7 +654,7 @@ em_format_html_get_search_dialog (EMFormatHTMLDisplay *efhd)
p->search_entry_box = gtk_hbox_new (FALSE, 0);
- label1 = gtk_label_new_with_mnemonic (_("Fi_nd:"));
+ label1 = gtk_label_new_with_mnemonic (_("Fin_d:"));
gtk_widget_show (label1);
gtk_box_pack_start ((GtkBox *)(p->search_entry_box), label1, FALSE, FALSE, 5);