From e23c79d97f5981c2380486602d164b50a948ec83 Mon Sep 17 00:00:00 2001 From: Devashish Sharma Date: Mon, 12 Jun 2006 09:13:16 +0000 Subject: Fix for Bug #341465 svn path=/trunk/; revision=32107 --- addressbook/gui/contact-editor/e-contact-quick-add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c index ec70ac360e..9ec7ecf19c 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.c +++ b/addressbook/gui/contact-editor/e-contact-quick-add.c @@ -344,7 +344,7 @@ build_quick_add_dialog (QuickAdd *qa) 1, 2, 0, 1, GTK_EXPAND | GTK_FILL, 0, xpad, ypad); - label = gtk_label_new_with_mnemonic (_("E-_mail")); + label = gtk_label_new_with_mnemonic (_("E_mail")); gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); gtk_table_attach (table, label, -- cgit v1.2.3