aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-02 00:56:02 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-02 00:56:02 +0800
commitcec6ebdcd4534964f4f590eab9a15dc65fdc3db4 (patch)
tree862391cd92aa4f8ed02835d4f73efbf5bdc5b2be /plugins/email-custom-header
parent13fe1469914f1ce0bcd93ce88f8fedb0fdf4c109 (diff)
downloadgsoc2013-evolution-cec6ebdcd4534964f4f590eab9a15dc65fdc3db4.tar
gsoc2013-evolution-cec6ebdcd4534964f4f590eab9a15dc65fdc3db4.tar.gz
gsoc2013-evolution-cec6ebdcd4534964f4f590eab9a15dc65fdc3db4.tar.bz2
gsoc2013-evolution-cec6ebdcd4534964f4f590eab9a15dc65fdc3db4.tar.lz
gsoc2013-evolution-cec6ebdcd4534964f4f590eab9a15dc65fdc3db4.tar.xz
gsoc2013-evolution-cec6ebdcd4534964f4f590eab9a15dc65fdc3db4.tar.zst
gsoc2013-evolution-cec6ebdcd4534964f4f590eab9a15dc65fdc3db4.zip
** Fixes bug #543755
2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #543755 * apps_evolution_email_custom_header.schemas.in: Fix typo. svn path=/trunk/; revision=35878
Diffstat (limited to 'plugins/email-custom-header')
-rw-r--r--plugins/email-custom-header/ChangeLog6
-rw-r--r--plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/email-custom-header/ChangeLog b/plugins/email-custom-header/ChangeLog
index 359dc8bbbb..7f4dc1918a 100644
--- a/plugins/email-custom-header/ChangeLog
+++ b/plugins/email-custom-header/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-01 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #543755
+
+ * apps_evolution_email_custom_header.schemas.in: Fix typo.
+
2008-07-22 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #544022
diff --git a/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in b/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
index 79c8a9d8ec..cb3bd97ce8 100644
--- a/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
+++ b/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
@@ -8,7 +8,7 @@
<list_type>string</list_type>
<default>[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]</default>
<locale name="C">
- <short>List of Custom Header</short>
+ <short>List of Custom Headers</short>
<long>The key specifies the list of custom headers that you can add to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by "=" and the values separated by ";"</long>
</locale>
</schema>