diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-18 09:17:07 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-18 09:17:07 +0800 |
commit | 528e38dbf380c5c0e5f971ed4982c038fc815fd5 (patch) | |
tree | 817eb67cbcdca95a93eb3a924d9de8303f25a0cb | |
parent | f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d (diff) | |
download | gsoc2013-evolution-528e38dbf380c5c0e5f971ed4982c038fc815fd5.tar.gz gsoc2013-evolution-528e38dbf380c5c0e5f971ed4982c038fc815fd5.tar.zst gsoc2013-evolution-528e38dbf380c5c0e5f971ed4982c038fc815fd5.zip |
changed 'Send contact to other' to 'Forward Contact' and capitalized 'Send
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.
svn path=/trunk/; revision=12185
-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> |