From eac2a4b30a3bbd097a6acc8363d2dc55ff1a4a8c Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 20 Jul 2006 13:35:44 +0000 Subject: Modified the mnemonics for avoiding the conflict with search. svn path=/trunk/; revision=32362 --- 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 8a0dd3caf4..72a0ec6524 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -2182,7 +2182,7 @@ efhd_attachment_bar_refresh (EMFormatHTMLDisplay *efhd) char *txt; /* Cant i put in the number of attachments here ?*/ - txt = g_strdup_printf(ngettext("%d attachme_nt", "%d attachme_nts", nattachments), nattachments); + txt = g_strdup_printf(ngettext("%d at_tachment", "%d at_tachments", nattachments), nattachments); gtk_label_set_text_with_mnemonic ((GtkLabel *)efhd->priv->label, txt); g_free (txt); -- cgit v1.2.3