aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui')
-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 6223164d62..fa1bc10967 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -107,9 +107,9 @@ impl__get_userCreatableItems (PortableServer_Servant servant,
list->_buffer[2].id = "address_book";
list->_buffer[2].description = _("New Contacts Group");
- list->_buffer[2].menuDescription = _("_Contacts Group");
+ list->_buffer[2].menuDescription = _("Contacts Grou_p");
list->_buffer[2].tooltip = _("Create a new contacts group");
- list->_buffer[2].menuShortcut = 'g';
+ list->_buffer[2].menuShortcut = 'p';
list->_buffer[2].iconName = "stock_addressbook";
list->_buffer[2].type = GNOME_Evolution_CREATABLE_FOLDER;