diff options
author | Clement Lefebvre <[email protected]> | 2015-09-03 14:20:39 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-09-03 14:20:39 +0100 |
commit | dbc59a272ca033652402d5cf3ade7ca11cab0027 (patch) | |
tree | d14305a990ec06cc8f66e2408d646eac17bf45a8 /data/org.mate.peripherals-touchpad.gschema.xml.in.in | |
parent | e1becf4e7b72d5ec3b915e7922b81f4e25c03f1b (diff) | |
download | mate-settings-daemon-dbc59a272ca033652402d5cf3ade7ca11cab0027.tar.bz2 mate-settings-daemon-dbc59a272ca033652402d5cf3ade7ca11cab0027.tar.xz |
Touchpad support: Fixed default value for tapping when configuration is outside of bonds, fixed typo in settings description
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in index a97e576..64e630f 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in @@ -28,12 +28,12 @@ <key name="two-finger-click" type="i"> <default>3</default> <_summary>Enabled two-finger button-click emulation</_summary> - <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate</_description> + <_description>0 thru 3, 0 is inactive, 1-3 is button to emulate</_description> </key> <key name="three-finger-click" type="i"> <default>2</default> <_summary>Enable three-finger button-click emulation</_summary> - <_description>0 thru 3, 0 is inactive, 1-3 is button for two-finger click to emulate</_description> + <_description>0 thru 3, 0 is inactive, 1-3 is button to emulate</_description> </key> <key name="tap-button-one-finger" type="i"> <default>1</default> |