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 /ui/evolution-contact-editor.xml | |
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
Diffstat (limited to 'ui/evolution-contact-editor.xml')
-rw-r--r-- | ui/evolution-contact-editor.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |