diff options
author | Anders Carlsson <andersca@codefactory.se> | 2001-04-03 05:43:54 +0800 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2001-04-03 05:43:54 +0800 |
commit | 2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0 (patch) | |
tree | d9c1e3302443670e2846aec2008848b88713546d /ui/evolution-mail.xml | |
parent | 0dfb7852f0ac6c2a52dab674516845c2b97fbb56 (diff) | |
download | gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.gz gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.bz2 gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.lz gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.xz gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.tar.zst gsoc2013-evolution-2d9d5ca5319cdb4d3a00987e1fc40c1d9fa5b5c0.zip |
Added a space after an attribute to make libxml happy.
2001-04-02 Anders Carlsson <andersca@codefactory.se>
* evolution-mail.xml: Added a space after an attribute to make libxml happy.
svn path=/trunk/; revision=9107
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index e894971911..b3205b4d23 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -140,7 +140,7 @@ <submenu name="Actions"> <placeholder name="Component"> <menuitem name="SendReceive" verb="MailGetSend" - _label="_Send / Receive"pixtype="pixbuf"/> + _label="_Send / Receive" pixtype="pixbuf"/> <separator/> |