[gnome-usage] Use Unicode in translatable strings



commit bd83fc82e30f1ede5cf8c23b66fe74d5b4eb533f
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Jan 26 19:16:12 2017 +0100

    Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772263

 data/org.gnome.Usage.gschema.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.Usage.gschema.xml b/data/org.gnome.Usage.gschema.xml
index 2700910..8a9f1de 100644
--- a/data/org.gnome.Usage.gschema.xml
+++ b/data/org.gnome.Usage.gschema.xml
@@ -2,8 +2,8 @@
     <schema id="org.gnome.Usage" path="/org/gnome/Usage/" gettext-domain="gnome-usage">
         <key name="unkillable-processes" type="as">
             <default>['gnome-shell', 'gdm-x-session', 'gdm-wayland-session', 'gdm', 'systemd', 
'gdm-session-worker', 'pulseaudio', 'Xorg']</default>
-            <summary>A list of processes, which we don't want kill</summary>
-            <description>This list is used for filtering, which processes user can't stop.</description>
+            <summary>A list of processes, which we don’t want kill</summary>
+            <description>This list is used for filtering, which processes user can’t stop.</description>
         </key>
     </schema>
-</schemalist>
\ No newline at end of file
+</schemalist>


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