aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-format-html-display.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2df6b911c4..ed113a716c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-07 Andre Klapper <a9016009@gmx.de>
+
+ * em-format-html-display.c: Changing one mnemonic to avoid a
+ mnemonic conflict with an upcoming patch by Jony.
+
2006-07-05 Andre Klapper <a9016009@gmx.de>
* em-format-html-display.c: Added mnemonic to string.
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);