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 | |
parent | b9b5aa0a0e5bbe9b7ed4eb45e37109ecf90d38c4 (diff) | |
download | gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.tar gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.tar.gz gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.tar.bz2 gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.tar.lz gsoc2013-evolution-84332a1f1138c59d6c9522c56605fd5679d3ddbf.tar.xz 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
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 10 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 4addb29816..927b2862b0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +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. + 2001-08-16 Peter Williams <peterw@ximian.com> * evolution-mail-message.xml: Stop search message from conflicting @@ -10,6 +16,7 @@ * evolution-task-editor.xml: rename menu item to Assign Task and tidy + 2001-08-16 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml : removed the Print Setup menu 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/> diff --git a/ui/evolution.xml b/ui/evolution.xml index 633c4920d5..78bcbb10ba 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -110,7 +110,7 @@ <separator/> <menuitem name="FileImporter" verb="" - _label="_Import file..." + _label="_Import File..." _tip="Import an external file format" accel="*Control*i" pixtype="pixbuf"/> |