diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-04 01:44:55 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-04 01:44:55 +0800 |
commit | bea984eba00d835be71c283a7ae38310741eb609 (patch) | |
tree | 63c37cb7e305697314f29cf61f5082602dc6722f /data | |
parent | 66874740c44489a8298ce3fe3a9d28a49d5c3e05 (diff) | |
download | gsoc2013-evolution-bea984eba00d835be71c283a7ae38310741eb609.tar.gz gsoc2013-evolution-bea984eba00d835be71c283a7ae38310741eb609.tar.zst gsoc2013-evolution-bea984eba00d835be71c283a7ae38310741eb609.zip |
Fix copy-pasted XML
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index 86cbb12dce..29e8abff5d 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -32,43 +32,43 @@ </key> <key name="notify-only-inbox" type="b"> <default>true</default> - <short>Notify new messages for Inbox only.</short> - <long>Whether to notify new messages in Inbox folder only.</long> + <_summary>Notify new messages for Inbox only.</_summary> + <_description>Whether to notify new messages in Inbox folder only.</_description> </key> <key name="notify-dbus-enabled" type="b"> <default>true</default> - <short>Enable D-Bus messages.</short> - <long>Generates a D-Bus message when new mail messages arrive.</long> + <_summary>Enable D-Bus messages.</_summary> + <_description>Generates a D-Bus message when new mail messages arrive.</_description> </key> <key name="notify-status-enabled" type="b"> <default>true</default> - <short>Enable icon in notification area.</short> - <long>Show new mail icon in notification area when new messages arrive.</long> + <_summary>Enable icon in notification area.</_summary> + <_description>Show new mail icon in notification area when new messages arrive.</_description> </key> <key name="notify-status-notification" type="b"> <default>true</default> - <short>Popup message together with the icon.</short> - <long>Whether show message over the icon when new messages arrive.</long> + <_summary>Popup message together with the icon.</_summary> + <_description>Whether show message over the icon when new messages arrive.</_description> </key> <key name="notify-sound-enabled" type="b"> <default>true</default> - <short>Play sound when new messages arrive.</short> - <long>Whether play sound or beep when new messages arrive.</long> + <_summary>Play sound when new messages arrive.</_summary> + <_description>Whether play sound or beep when new messages arrive.</_description> </key> <key name="notify-sound-beep" type="b"> <default>true</default> - <short>Beep or play sound file.</short> - <long>If "true", then beep, otherwise will play sound file when new messages arrive.</long> + <_summary>Beep or play sound file.</_summary> + <_description>If "true", then beep, otherwise will play sound file when new messages arrive.</_description> </key> <key name="notify-sound-file" type="s"> <default>''</default> - <short>Sound file name to be played.</short> - <long>Sound file to be played when new messages arrive, if not in beep mode.</long> + <_summary>Sound file name to be played.</_summary> + <_description>Sound file to be played when new messages arrive, if not in beep mode.</_description> </key> <key name="notify-sound-use-theme" type="b"> <default>false</default> - <short>Use sound theme</short> - <long>Play themed sound when new messages arrive, if not in beep mode.</long> + <_summary>Use sound theme</_summary> + <_description>Play themed sound when new messages arrive, if not in beep mode.</_description> </key> </schema> </schemalist> |