diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-24 18:11:17 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-24 18:11:17 +0800 |
commit | 48f931717f9295d4c370c9c1c83a1d84ee269def (patch) | |
tree | 3b09149c4e10794ac5a8cca31078a5610207616a /addressbook/gui/merging/eab-contact-merging.c | |
parent | acac4616c5c0172f4c6fd39f3570fafbb2592f83 (diff) | |
download | gsoc2013-evolution-48f931717f9295d4c370c9c1c83a1d84ee269def.tar.gz gsoc2013-evolution-48f931717f9295d4c370c9c1c83a1d84ee269def.tar.zst gsoc2013-evolution-48f931717f9295d4c370c9c1c83a1d84ee269def.zip |
2007-08-24 Suman Manjunath Fix for bug #440328
svn path=/trunk/; revision=34093
Diffstat (limited to 'addressbook/gui/merging/eab-contact-merging.c')
-rw-r--r-- | addressbook/gui/merging/eab-contact-merging.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |