diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-08-03 17:24:39 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-08-03 17:24:39 +0800 |
commit | b67554ce2eae34cc58950813e6890cdf20583676 (patch) | |
tree | 16ceebfc031f7da919f109516ddb2d0932e544d6 /data | |
parent | 2f2c32ee1eee85f92c520d600deb0e1dc00c05c2 (diff) | |
download | gsoc2013-evolution-b67554ce2eae34cc58950813e6890cdf20583676.tar gsoc2013-evolution-b67554ce2eae34cc58950813e6890cdf20583676.tar.gz gsoc2013-evolution-b67554ce2eae34cc58950813e6890cdf20583676.tar.bz2 gsoc2013-evolution-b67554ce2eae34cc58950813e6890cdf20583676.tar.lz gsoc2013-evolution-b67554ce2eae34cc58950813e6890cdf20583676.tar.xz gsoc2013-evolution-b67554ce2eae34cc58950813e6890cdf20583676.tar.zst gsoc2013-evolution-b67554ce2eae34cc58950813e6890cdf20583676.zip |
Fix my last commit
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.plugin.attachment-reminder.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.plugin.attachment-reminder.gschema.xml.in b/data/org.gnome.evolution.plugin.attachment-reminder.gschema.xml.in index 6ce785f7cd..df79b00d13 100644 --- a/data/org.gnome.evolution.plugin.attachment-reminder.gschema.xml.in +++ b/data/org.gnome.evolution.plugin.attachment-reminder.gschema.xml.in @@ -1,7 +1,7 @@ <schemalist> <schema gettext-domain="evolution" id="org.gnome.evolution.plugin.attachment-reminder" path="/org/gnome/evolution/plugin/attachment-reminder/"> <key name="attachment-reminder-clues" type="as"> - <_default l10n="messages" context="words_to_look_for">['attachment','attaching','attached','enclosed']</default> + <_default l10n="messages" context="words_to_look_for">['attachment','attaching','attached','enclosed']</_default> <_summary>List of clues for the attachment reminder plugin to look for in a message body</_summary> <_description>List of clues for the attachment reminder plugin to look for in a message body.</_description> </key> |