summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-03-29 13:03:43 +0300
committermonsta <[email protected]>2016-03-29 13:04:32 +0300
commitbd44763568578488bd85595e33074f895704fb7a (patch)
treec232009986ed50058cdd33d7bdc3a4994434c7f9
parente02c743d2b4f4cdbd6a486fed390cd5dd558b7bf (diff)
downloadmate-settings-daemon-bd44763568578488bd85595e33074f895704fb7a.tar.bz2
mate-settings-daemon-bd44763568578488bd85595e33074f895704fb7a.tar.xz
schema: add summary and description for new touchpad scrolling keys
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in
index 2201a23..2186487 100644
--- a/data/org.mate.peripherals-touchpad.gschema.xml.in
+++ b/data/org.mate.peripherals-touchpad.gschema.xml.in
@@ -12,23 +12,23 @@
</key>
<key name="vertical-edge-scrolling" type="b">
<default>true</default>
- <summary></summary>
- <description></description>
+ <summary>Enable vertical edge scrolling</summary>
+ <description>Set this to TRUE to allow vertical edge scrolling</description>
</key>
<key name="horizontal-edge-scrolling" type="b">
<default>false</default>
- <summary></summary>
- <description></description>
+ <summary>Enable horizontal edge scrolling</summary>
+ <description>Set this to TRUE to allow horizontal edge scrolling</description>
</key>
<key name="vertical-two-finger-scrolling" type="b">
<default>true</default>
- <summary></summary>
- <description></description>
+ <summary>Enable vertical two-finger scrolling</summary>
+ <description>Set this to TRUE to allow vertical two-finger scrolling</description>
</key>
<key name="horizontal-two-finger-scrolling" type="b">
<default>false</default>
- <summary></summary>
- <description></description>
+ <summary>Enable horizontal two-finger scrolling</summary>
+ <description>Set this to TRUE to allow horizontal two-finger scrolling</description>
</key>
<key name="natural-scroll" type="b">
<default>true</default>