diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-08-03 17:23:53 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-08-03 17:23:53 +0800 |
commit | 2f2c32ee1eee85f92c520d600deb0e1dc00c05c2 (patch) | |
tree | 2675650862b332c20ef8ad0f78fc359ff7003411 | |
parent | 8248614e3669a8c2295e3398108b8ab1d1138bc5 (diff) | |
download | gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar.gz gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.tar.zst gsoc2013-evolution-2f2c32ee1eee85f92c520d600deb0e1dc00c05c2.zip |
Mark default attachment reminder clues as translatable. Hopefully fixes bug #476474
-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 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> |