aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog8
-rw-r--r--addressbook/gui/component/addressbook-component.c8
-rw-r--r--addressbook/gui/component/ldap-config.glade2
3 files changed, 13 insertions, 5 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index c19963f7a8..f7b4e76070 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,11 @@
+2004-07-26 JP Rosevear <jpr@novell.com>
+
+ * gui/component/ldap-config.glade: change contacts group to
+ address book
+
+ * gui/component/addressbook-component.c
+ (impl__get_userCreatableItems): ditto
+
2004-07-19 Radek Doulik <rodo@ximian.com>
* gui/widgets/eab-vcard-control.c (eab_vcard_control_new): but
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>