diff options
-rw-r--r-- | ui/ChangeLog | 9 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 2 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 8 |
3 files changed, 14 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 927b2862b0..d0784de56e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,12 @@ +2001-08-17 Anna Marie Dirks <anna@ximian.com> + + * evolution-mail-global.xml : Changed the order of the toolbar icons + (moved "New Message" (formerly "Compose") to be the left-most item). + + * evolution-addressbook.xml: Changed Send Contact to Other to Forward + Contact. + + 2001-08-16 Anna Marie Dirks <anna@ximian.com> * evolution.xml : Changed "Import file..." to "Import File..." diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index c3429f0b6f..3a7ec263e8 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -114,7 +114,7 @@ <submenu name="Actions" _label="_Actions"> <menuitem name="ContactsSendContactToOther" - _label="Send _Contact to Other" verb=""/> + _label="_Forward Contact" verb=""/> <menuitem name="ContactsSendMessageToContact" _label="Send _Message to Contact" verb=""/> diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 6c93bd6fc8..2cf57118e2 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -114,12 +114,12 @@ <dockitem name="Toolbar"> - <toolitem name="MailGetSend" verb="" - _label="Send / Receive" priority="1" + <toolitem name="MailCompose" verb="" + _label="New Message" priority="1" pixtype="pixbuf"/> - <toolitem name="MailCompose" verb="" - _label="Compose" priority="1" + <toolitem name="MailGetSend" verb="" + _label="Send / Receive" priority="1" pixtype="pixbuf"/> <separator/> |