From 48f931717f9295d4c370c9c1c83a1d84ee269def Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 24 Aug 2007 10:11:17 +0000 Subject: 2007-08-24 Suman Manjunath Fix for bug #440328 svn path=/trunk/; revision=34093 --- addressbook/gui/merging/eab-contact-duplicate-detected.glade | 3 ++- addressbook/gui/merging/eab-contact-merging.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/merging') diff --git a/addressbook/gui/merging/eab-contact-duplicate-detected.glade b/addressbook/gui/merging/eab-contact-duplicate-detected.glade index 4d6b4802ad..1a85fac29e 100644 --- a/addressbook/gui/merging/eab-contact-duplicate-detected.glade +++ b/addressbook/gui/merging/eab-contact-duplicate-detected.glade @@ -61,7 +61,8 @@ True True True - Merge + _Merge + True GTK_RELIEF_NORMAL True 2 diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index b4fb8f517b..903b730ddf 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -202,7 +202,7 @@ mergeit (EContactMergingLookup *lookup) gtk_dialog_add_buttons ((GtkDialog *) dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - _("Merge"), GTK_RESPONSE_OK, + _("_Merge"), GTK_RESPONSE_OK, NULL); email_attr_list = e_contact_get_attributes (lookup->match, E_CONTACT_EMAIL); -- cgit v1.2.3