aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-26 23:36:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-26 23:37:00 +0800
commita6b7dd6f27aad4755cf201b3b9234d08e6922ef8 (patch)
tree21962e1cb5f227cdffa33944f719cbf72a2aeeb1 /data
parentc8694b963518e285c30337956ec81a00929c2ae2 (diff)
downloadgsoc2013-evolution-a6b7dd6f27aad4755cf201b3b9234d08e6922ef8.tar
gsoc2013-evolution-a6b7dd6f27aad4755cf201b3b9234d08e6922ef8.tar.gz
gsoc2013-evolution-a6b7dd6f27aad4755cf201b3b9234d08e6922ef8.tar.bz2
gsoc2013-evolution-a6b7dd6f27aad4755cf201b3b9234d08e6922ef8.tar.lz
gsoc2013-evolution-a6b7dd6f27aad4755cf201b3b9234d08e6922ef8.tar.xz
gsoc2013-evolution-a6b7dd6f27aad4755cf201b3b9234d08e6922ef8.tar.zst
gsoc2013-evolution-a6b7dd6f27aad4755cf201b3b9234d08e6922ef8.zip
Bug 671876 - Improve schema descriptions for mail-notification keys
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in b/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in
index 7bdb62b7af..e087898f50 100644
--- a/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in
+++ b/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in
@@ -22,23 +22,23 @@
</key>
<key name="notify-sound-enabled" type="b">
<default>true</default>
- <_summary>Play sound when new messages arrive.</_summary>
- <_description>Whether play sound or beep when new messages arrive.</_description>
+ <_summary>Enable audible notifications when new messages arrive.</_summary>
+ <_description>Whether to make a sound of any kind when new messages arrive. If "false", the "notify-sound-beep", "notify-sound-file", "notify-sound-play-file" and "notify-sound-use-theme" keys are disregarded.</_description>
</key>
<key name="notify-sound-beep" type="b">
<default>true</default>
- <_summary>Beep or play sound file.</_summary>
- <_description>If "true", then beep, otherwise will play sound file when new messages arrive.</_description>
+ <_summary>Whether to emit a beep.</_summary>
+ <_description>Whether to emit a beep when new messages arrive.</_description>
</key>
<key name="notify-sound-file" type="s">
<default>''</default>
<_summary>Sound filename to be played.</_summary>
- <_description>Sound file to be played when new messages arrive, if not in beep mode.</_description>
+ <_description>Sound file to be played when new messages arrive, if "notify-sound-play-file" is "true".</_description>
</key>
<key name="notify-sound-play-file" type="b">
<default>false</default>
- <_summary>FIXME</_summary>
- <_description>FIXME</_description>
+ <_summary>Whether to play a sound file.</_summary>
+ <_description>Whether to play a sound file when new messages arrive. The name of the sound file is given by the 'notify-sound-file' key.</_description>
</key>
<key name="notify-sound-use-theme" type="b">
<default>false</default>