diff options
-rw-r--r-- | ui/ChangeLog | 9 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 4 | ||||
-rw-r--r-- | ui/evolution-contact-editor.xml | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d0784de56e..94e80e47e7 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,12 @@ +2001-08-17 Damon Chaplin <damon@ximian.com> + + * evolution-contact-editor.xml: changed 'Send contact to other' + to 'Forward Contact' and capitalized 'Send message to Contact' to + be consistent with address book. + + * evolution-addressbook.xml: added '...' to 'Forward Contact' and + 'Send Message to Contact' to be consistent with contact editor. + 2001-08-17 Anna Marie Dirks <anna@ximian.com> * evolution-mail-global.xml : Changed the order of the toolbar icons diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 3a7ec263e8..c0b2b8b445 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -114,10 +114,10 @@ <submenu name="Actions" _label="_Actions"> <menuitem name="ContactsSendContactToOther" - _label="_Forward Contact" verb=""/> + _label="_Forward Contact..." verb=""/> <menuitem name="ContactsSendMessageToContact" - _label="Send _Message to Contact" verb=""/> + _label="Send _Message to Contact..." verb=""/> </submenu> </placeholder> </menu> diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index 2e027b449c..cc1aa4be14 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -63,10 +63,10 @@ </submenu> <submenu name="Actions" _label="_Actions"> <menuitem name="ContactEditorSendAs" verb="" - _label="Se_nd contact to other..."/> + _label="_Forward Contact..."/> <menuitem name="ContactEditorSendTo" verb="" - _label="Send _message to contact..."/> + _label="Send _Message to Contact..."/> </submenu> </menu> |