diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-22 01:41:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-22 01:41:22 +0800 |
commit | df33267935695c23f1367384385058e497e3f089 (patch) | |
tree | 5203df0d9144fcf0148ca9e1640f78390002e3bb /data | |
parent | f927a9a169f11f34171937172cade82c184fa022 (diff) | |
download | gsoc2013-evolution-df33267935695c23f1367384385058e497e3f089.tar.gz gsoc2013-evolution-df33267935695c23f1367384385058e497e3f089.tar.zst gsoc2013-evolution-df33267935695c23f1367384385058e497e3f089.zip |
Fix typo in org.gnome.evolution.mail.gschema.xml.in.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index f853fe74be..04163c4636 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -232,7 +232,7 @@ <_description>Show all the headers when viewing a messages.</_description> </key> <key name="show-headers" type="a(sb)"> - <default>[('From', true), ('Reply-To', true), ('To', true), ('Cc', true), ('Bcc' true), ('Subject', true), ('Date', true), ('Newsgroups', true), ('Face', true), ('x-evolution-mailer', false)]</default> + <default>[('From', true), ('Reply-To', true), ('To', true), ('Cc', true), ('Bcc', true), ('Subject', true), ('Date', true), ('Newsgroups', true), ('Face', true), ('x-evolution-mailer', false)]</default> <_summary>List of headers to show when viewing a message.</_summary> <_description>Each header is represented as a pair: the header name, and a boolean indicating whether the header is enabled. Disabled headers are not shown when viewing a message, but are still listed in Preferences.</_description> </key> |