aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2012-08-03 17:23:53 +0800
committerAndre Klapper <a9016009@gmx.de>2012-08-03 17:23:53 +0800
commit2f2c32ee1eee85f92c520d600deb0e1dc00c05c2 (patch)
tree2675650862b332c20ef8ad0f78fc359ff7003411 /data
parent8248614e3669a8c2295e3398108b8ab1d1138bc5 (diff)
downloadgsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar
gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar.gz
gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar.bz2
gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar.lz
gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar.xz
gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar.zst
gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.zip
Mark default attachment reminder clues as translatable. Hopefully fixes bug #476474
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.plugin.attachment-reminder.gschema.xml.in2
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 ec3718bb2d..6ce785f7cd 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>