From bd4d726fa83b9742b40b203fe46698d0630d2385 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 26 Jul 2004 15:37:44 +0000 Subject: change contacts group to address book 2004-07-26 JP Rosevear * gui/component/ldap-config.glade: change contacts group to address book * gui/component/addressbook-component.c (impl__get_userCreatableItems): ditto svn path=/trunk/; revision=26736 --- addressbook/gui/component/addressbook-component.c | 8 ++++---- addressbook/gui/component/ldap-config.glade | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index fa1bc10967..befd07098d 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -106,10 +106,10 @@ impl__get_userCreatableItems (PortableServer_Servant servant, list->_buffer[1].type = GNOME_Evolution_CREATABLE_OBJECT; list->_buffer[2].id = "address_book"; - list->_buffer[2].description = _("New Contacts Group"); - list->_buffer[2].menuDescription = _("Contacts Grou_p"); - list->_buffer[2].tooltip = _("Create a new contacts group"); - list->_buffer[2].menuShortcut = 'p'; + list->_buffer[2].description = _("New Address Book"); + list->_buffer[2].menuDescription = _("Address _Book"); + list->_buffer[2].tooltip = _("Create a new address book"); + list->_buffer[2].menuShortcut = 'b'; list->_buffer[2].iconName = "stock_addressbook"; list->_buffer[2].type = GNOME_Evolution_CREATABLE_FOLDER; diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index bc604cf457..21687321c9 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -4,7 +4,7 @@ - Add Contacts Group + Add Address Book GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False -- cgit v1.2.3