diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-17 08:09:15 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-17 08:09:15 +0800 |
commit | 84332a1f1138c59d6c9522c56605fd5679d3ddbf (patch) | |
tree | 23067247de2530998a75a0b097be2b7776d048a5 /ui/evolution-addressbook.xml | |
parent | b9b5aa0a0e5bbe9b7ed4eb45e37109ecf90d38c4 (diff) | |
download | gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.tar.gz gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.tar.zst gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.zip |
Changed "Import file..." to "Import File..." Fixed a few lack of
2001-08-16 Anna Marie Dirks <anna@ximian.com>
* evolution.xml : Changed "Import file..." to "Import File..."
* evolution-addressbook.xml : Fixed a few lack of capitalization
issues.
svn path=/trunk/; revision=12138
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index f22ba18f0d..c3429f0b6f 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -45,7 +45,7 @@ _tip="Save selected contacts as a VCard." pixtype="stock" pixname="Save" accel="*Control*v"/> - <cmd name="ContactsSendContactToOther" _label="Send contact to other" + <cmd name="ContactsSendContactToOther" _label="Forward Contact" _tip="Send selected contacts to another person."/> <cmd name="ContactsSendMessageToContact" _label="Send message to contact" @@ -114,21 +114,21 @@ <submenu name="Actions" _label="_Actions"> <menuitem name="ContactsSendContactToOther" - _label="Send _contact to other" verb=""/> + _label="Send _Contact to Other" verb=""/> <menuitem name="ContactsSendMessageToContact" - _label="Send _message to contact" verb=""/> + _label="Send _Message to Contact" verb=""/> </submenu> </placeholder> </menu> <dockitem name="Toolbar"> <toolitem name="ContactNew" verb="" - _label="New contact" + _label="New Contact" pixtype="pixbuf" priority="1"/> <toolitem name="ContactNewList" verb="" - _label="New list" + _label="New List" pixtype="pixbuf" priority="1"/> <separator/> |