diff options
author | monsta <[email protected]> | 2016-11-10 15:24:52 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-10 15:24:52 +0300 |
commit | ea5f6e05693b331cfec7d03c636460ace286821d (patch) | |
tree | 9d0fdf2dc7b9b129419a9d8c961e714e3f9c867b | |
parent | be6c3cdb5e2c6e44c6a35a4988b342c32f9a9ba3 (diff) | |
download | mate-desktop-ea5f6e05693b331cfec7d03c636460ace286821d.tar.bz2 mate-desktop-ea5f6e05693b331cfec7d03c636460ace286821d.tar.xz |
schemas: fix description of motion-acceleration key
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in index 5f6ce40..031b1fa 100644 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in @@ -7,7 +7,7 @@ </key> <key name="motion-acceleration" type="d"> <default>-1</default> - <summary>Single Click</summary> + <summary>Motion Acceleration</summary> <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description> </key> <key name="motion-threshold" type="i"> |