diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 27791e4c61..b6ca359ab1 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-05-25 Christopher James Lahey <clahey@ximian.com> + + * evolution-addressbook.xml: Changed the tooltips here based on + Taylor's work. + 2001-05-24 Radek Doulik <rodo@ximian.com> * evolution-message-composer.xml: added delete all to edit menu diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index d8495e0b3d..33a815764d 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -2,7 +2,7 @@ <commands> <cmd name="ContactDelete" - _tip="Delete a contact" + _tip="Delete selected contacts" pixtype="stock" pixname="Trash"/> <cmd name="ContactNew" @@ -10,7 +10,7 @@ accel="*Control*n"/> <cmd name="ContactsPrint" - _tip="Print contacts" + _tip="Print selected contacts" pixtype="stock" pixname="Print" accel="*Control*p"/> |