diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-21 12:54:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-21 12:54:53 +0800 |
commit | d5b6896aefbffe786b3906b6d296d8cf383a9774 (patch) | |
tree | 1b42bc2b33ddb363c3d4809cfe48cea0d830d7ce /ui | |
parent | aec0b546310863b7aea80240aff6505f1c448831 (diff) | |
download | gsoc2013-evolution-d5b6896aefbffe786b3906b6d296d8cf383a9774.tar gsoc2013-evolution-d5b6896aefbffe786b3906b6d296d8cf383a9774.tar.gz gsoc2013-evolution-d5b6896aefbffe786b3906b6d296d8cf383a9774.tar.bz2 gsoc2013-evolution-d5b6896aefbffe786b3906b6d296d8cf383a9774.tar.lz gsoc2013-evolution-d5b6896aefbffe786b3906b6d296d8cf383a9774.tar.xz gsoc2013-evolution-d5b6896aefbffe786b3906b6d296d8cf383a9774.tar.zst gsoc2013-evolution-d5b6896aefbffe786b3906b6d296d8cf383a9774.zip |
Rename "Send and Receive" to "Send / Receive".
svn path=/trunk/; revision=8860
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index af36db03b4..6db5c397ed 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-03-20 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail.xml: Change "Send and Receive" to "Send / + Receive". + 2001-03-20 Miguel de Icaza <miguel@ximian.com> * evolution-addressbook.xml: Added artwork from Jakub. diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 162a541a49..bc1e1f8e56 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -137,7 +137,7 @@ <submenu name="Actions"> <placeholder name="Component"> <menuitem name="SendReceive" verb="MailGetSend" - _label="_Send and Receive"/> + _label="_Send / Receive"/> <separator/> @@ -251,7 +251,7 @@ <dockitem name="Toolbar"> <toolitem name="MailGet" verb="MailGetSend" - _label="Send and Receive" priority="1" _tip="Send queued mail and retrieve new mail" + _label="Send / Receive" priority="1" _tip="Send queued mail and retrieve new mail" pixtype="pixbuf"/> <toolitem name="MailCompose" verb="MailCompose" |