diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 8 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 2 |
2 files changed, 5 insertions, 5 deletions
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 @@ <glade-interface> <widget class="GtkWindow" id="account-add-window"> - <property name="title" translatable="yes">Add Contacts Group</property> + <property name="title" translatable="yes">Add Address Book</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> |