summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-06 02:15:06 +0200
committerBastien Nocera <hadess@hadess.net>2017-02-11 14:59:42 +0100
commitbb93c3fabce1f588867a63f10f020adf75e87f88 (patch)
treec3e2ef8485f2e516b9137ffa89e9f2534ab1101b /data
parentc01cfff2815677f057755a82e0dd64499a30da78 (diff)
downloadgnome-settings-daemon-bb93c3fabce1f588867a63f10f020adf75e87f88.tar.gz
schemas: use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
index f4120e9a..6e82a3ac 100644
--- a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
@@ -9,7 +9,7 @@
<key name="removal-action" enum="org.gnome.settings-daemon.GsdSmartcardRemovalAction">
<default>'none'</default>
<_summary>Smartcard removal action</_summary>
- <_description>Set this to one of "none", "lock-screen", or "force-logout". The action will get performed when the smartcard used for log in is removed.</_description>
+ <_description>Set this to one of “none”, “lock-screen”, or “force-logout”. The action will get performed when the smartcard used for log in is removed.</_description>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.keyboard" path="/org/gnome/settings-daemon/peripherals/keyboard/">
@@ -21,7 +21,7 @@
</key>
<key name="bell-mode" enum="org.gnome.settings-daemon.GsdBellMode">
<default>'on'</default>
- <description>Possible values are "on", "off", and "custom".</description>
+ <description>Possible values are “on”, “off”, and “custom”.</description>
</key>
<key name="bell-pitch" type="i">
<default>400</default>
@@ -64,7 +64,7 @@
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.touchscreen" path="/org/gnome/settings-daemon/peripherals/touchscreen/">
<key name="orientation-lock" type="b">
<default>false</default>
- <_summary>Whether the tablet's orientation is locked, or rotated automatically.</_summary>
+ <_summary>Whether the tablet’s orientation is locked, or rotated automatically.</_summary>
</key>
</schema>
@@ -120,7 +120,7 @@
<key name="scroll-method" enum="org.gnome.settings-daemon.GsdTouchpadScrollMethod">
<default>'two-finger-scrolling'</default>
<summary>Select the touchpad scroll method</summary>
- <description>Select the touchpad scroll method. Supported values are: "disabled", "edge-scrolling", "two-finger-scrolling".</description>
+ <description>Select the touchpad scroll method. Supported values are: “disabled”, “edge-scrolling”, “two-finger-scrolling”.</description>
</key>
<key name="tap-to-click" type="b">
<default>false</default>
@@ -135,7 +135,7 @@
<key name="left-handed" enum="org.gnome.settings-daemon.GsdTouchpadHandedness">
<default>'mouse'</default>
<summary>Touchpad button orientation</summary>
- <description>Swap left and right mouse buttons for left-handed mice with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting.</description>
+ <description>Swap left and right mouse buttons for left-handed mice with “left”, “right” for right-handed, “mouse” to follow the mouse setting.</description>
</key>
<key name="motion-acceleration" type="d">
<default>-1</default>