diff options
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 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> |