aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-component.c')
-rw-r--r--addressbook/gui/component/addressbook-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index d214fe6199..7b3e78720d 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -524,10 +524,10 @@ create_component (void)
BONOBO_OBJECT (destination_interface));
evolution_shell_component_add_user_creatable_item (shell_component, "contact",
- _("New Contact"), _("New _Contact"), 'c',
+ _("New Contact"), _("_Contact"), 'c',
NULL);
evolution_shell_component_add_user_creatable_item (shell_component, "contact_list",
- _("New Contact List"), _("New Contact _List"), 'l',
+ _("New Contact List"), _("Contact _List"), 'l',
NULL);
gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set",