[gnome-logs] gschema: Use Unicode apostrophes in a translatable string



commit abf753c0f0ac8a4d8b62263661b9fd0fa0d54fb6
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Aug 1 16:24:03 2017 +0200

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

 data/org.gnome.Logs.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.Logs.gschema.xml b/data/org.gnome.Logs.gschema.xml
index 477aaef..e56e183 100644
--- a/data/org.gnome.Logs.gschema.xml
+++ b/data/org.gnome.Logs.gschema.xml
@@ -3,7 +3,7 @@
   <schema id="org.gnome.Logs" path="/org/gnome/logs/">
     <key name="ignore-warning" type="b">
       <summary>Ignore warning</summary>
-      <description>Whether to ignore the warning that says you don't have sufficient permission to view 
logs. If ignored, the warning won't show up again.</description>
+      <description>Whether to ignore the warning that says you don’t have sufficient permission to view 
logs. If ignored, the warning won’t show up again.</description>
       <default>false</default>
     </key>
     <key name="sort-order" enum="org.gnome.Logs.GlSortOrder">


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