diff options
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index e5ff1d702f..bc15e5c8c1 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -9,11 +9,19 @@ _tip="Create new contact" accel="*Control*n"/> + <cmd name="ContactNewList" + _tip="Create new contact list"/> + <cmd name="ContactsPrint" _tip="Print selected contacts" pixtype="stock" pixname="Print" accel="*Control*p"/> + <cmd name="ContactsPrintPreview" + _tip="Previews the contacts to be printed" + pixtype="stock" pixname="Print" + accel="*Control*p"/> + <cmd name="ContactStop" _tip="Stop Loading" pixtype="stock" pixname="Stop"/> @@ -30,7 +38,8 @@ accel="*Control*v"/> <cmd name="ContactsSelectAll" _label="Select All" - _tip="Select everything"/> + _tip="Select all contacts" + accel="*Control*a"/> </commands> @@ -42,6 +51,9 @@ <menuitem name="ContactNew" verb="" _label="_Contact" pixtype="pixbuf"/> + <menuitem name="ContactNewList" verb="" + _label="_Contact Group" + pixtype="pixbuf"/> <separator/> </placeholder> </submenu> @@ -50,7 +62,6 @@ <menuitem name="ContactsPrintPreview" verb="" _label="Print Preview" - _tip="Previews the message to be printed" pixtype="pixbuf"/> <menuitem name="ContactsPrint" verb="" _label="_Print..."/> @@ -95,6 +106,10 @@ _label="New contact" pixtype="pixbuf" priority="1"/> + <toolitem name="ContactNewList" verb="" + _label="New list" + pixtype="pixbuf" priority="1"/> + <separator/> <toolitem name="ContactsPrint" verb="" @@ -103,12 +118,6 @@ <toolitem name="ContactDelete" verb="" _label="Delete"/> - <separator/> - - <toolitem name="ContactViewAll" verb="" - _label="View All" _tip="View all contacts" - pixtype="pixbuf"/> - <toolitem name="ContactStop" verb="" _label="Stop"/> |