diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2007-12-04 23:27:37 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2007-12-04 23:27:37 +0800 |
commit | 412f24101f0ed99e6f0139f4b92c6549d04bf6ca (patch) | |
tree | aaa213610013ab8cafb67f852bda1936487ead45 /mail/em-format-html-display.c | |
parent | 29129588e0a0d61ea19b2795910bcc85c72841e4 (diff) | |
download | gsoc2013-evolution-412f24101f0ed99e6f0139f4b92c6549d04bf6ca.tar.gz gsoc2013-evolution-412f24101f0ed99e6f0139f4b92c6549d04bf6ca.tar.zst gsoc2013-evolution-412f24101f0ed99e6f0139f4b92c6549d04bf6ca.zip |
Patch from David Turner <cillian64@googlemail.com>: Fix for bug #446029 (mnemonic conflict in 'Find in Message' feature)
svn path=/trunk/; revision=34647
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 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); |