diff options
author | monsta <[email protected]> | 2016-11-10 15:29:30 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-10 15:29:30 +0300 |
commit | b455139076db679efd7fd2ece290bdf4183883a0 (patch) | |
tree | c8e41ca0c9f2a6f84be93efab4de90e68eddd716 /data/org.mate.peripherals-touchpad.gschema.xml.in | |
parent | 39371db7192bb09033149c521fd6902073a1af91 (diff) | |
download | mate-settings-daemon-b455139076db679efd7fd2ece290bdf4183883a0.tar.bz2 mate-settings-daemon-b455139076db679efd7fd2ece290bdf4183883a0.tar.xz |
fix description of motion-acceleration key in touchpad schema
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in index 84aae6b..fae5306 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -77,7 +77,7 @@ </key> <key name="motion-acceleration" type="d"> <default>-1</default> - <summary>Single Click</summary> + <summary>Motion Acceleration</summary> <description>Acceleration multiplier for touchpad motion. A value of -1 is the system default.</description> </key> <key name="motion-threshold" type="i"> |