summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-06 02:12:56 +0200
committerBastien Nocera <hadess@hadess.net>2017-02-11 14:59:43 +0100
commit02b2a6b825c76245affb4310006fd81976d11717 (patch)
tree2e69eba8aa111146146d85717a1c278ecfd71e53 /data
parentaa989a715a41d05b4d1e1b6ed15707bab7c9f828 (diff)
downloadgnome-settings-daemon-02b2a6b825c76245affb4310006fd81976d11717.tar.gz
wacom: use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772488
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
index 01c468f4..0c0c5426 100644
--- a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
@@ -22,7 +22,7 @@
<key name="rotation" enum="org.gnome.settings-daemon.GsdWacomRotation">
<default>'none'</default>
<_summary>Wacom tablet rotation</_summary>
- <_description>Set this to 'none', 'cw' for 90 degree clockwise, 'half' for 180 degree, and 'ccw' for 90 degree counterclockwise.</_description>
+ <_description>Set this to “none”, “cw” for 90 degree clockwise, “half” for 180 degree, and “ccw” for 90 degree counterclockwise.</_description>
</key>
<key name="touch" type="b">
<default>true</default>