[gsettings-desktop-schemas] schemas: Use a Unicode apostrophe in new translatable strings



commit 71531eedf767220d44fcbbe42fb7c8b72c11ca13
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Dec 1 19:26:11 2018 +0100

    schemas: Use a Unicode apostrophe in new translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772750

 schemas/org.gnome.desktop.privacy.gschema.xml.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in 
b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index 17a4fbf..6d271e7 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -61,17 +61,17 @@
     </key>
     <key name="disable-microphone" type="b">
       <default>false</default>
-      <summary>Don't allow applications to access the microphone</summary>
+      <summary>Don’t allow applications to access the microphone</summary>
       <description>If TRUE, applications should not use the microphone.</description>
     </key>
     <key name="disable-camera" type="b">
       <default>false</default>
-      <summary>Don't allow applications to access the camera</summary>
+      <summary>Don’t allow applications to access the camera</summary>
       <description>If TRUE, applications should not use the camera.</description>
     </key>
     <key name="disable-sound-output" type="b">
       <default>false</default>
-      <summary>Don't allow applications to output sound</summary>
+      <summary>Don’t allow applications to output sound</summary>
       <description>If TRUE, applications should not make sound.</description>
     </key>
   </schema>


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