diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-30 12:02:21 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-30 12:02:21 +0800 |
commit | acf3cb7653d55ce831c476983d2bc7619766467d (patch) | |
tree | e89f8e027fbd4ade88d523d016cad42d1b768f72 | |
parent | f34387f7430b6ad2b971352c0261e9e4a7d93633 (diff) | |
download | gsoc2013-evolution-acf3cb7653d55ce831c476983d2bc7619766467d.tar.gz gsoc2013-evolution-acf3cb7653d55ce831c476983d2bc7619766467d.tar.zst gsoc2013-evolution-acf3cb7653d55ce831c476983d2bc7619766467d.zip |
added quotes to literal values. Fixes bug 272772.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution-mail.schemas.in.in: added quotes to literal values.
Fixes bug 272772.
svn path=/trunk/; revision=30973
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index b816d42096..21db0e7696 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -549,7 +549,7 @@ <type>int</type> <default>0</default> <locale name="C"> - <short>Message-display style (normal, full headers, source)</short> + <short>Message-display style ("normal", "full headers", "source")</short> <long> </long> |