[gnome-settings-daemon] schemas: use Unicode in translatable strings



commit bb93c3fabce1f588867a63f10f020adf75e87f88
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Oct 6 02:15:06 2016 +0200

    schemas: use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html

 ...e.settings-daemon.peripherals.gschema.xml.in.in |   10 +++++-----
 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 f4120e9..6e82a3a 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]