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



commit 08550d5b42e5caa59b220b57bea9f8c22b45430a
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Oct 6 02:14:56 2016 +0200

    data: use Unicode in schemas translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772488

 ...gnome.settings-daemon.plugins.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in 
b/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
index fffc11c..978648f 100644
--- a/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
@@ -4,7 +4,7 @@
       <default>['all']</default>
       <_summary>List of plugins that are allowed to be loaded</_summary>
       <_description>
-        A list of strings representing the plugins that are allowed to be loaded (default: 'all').
+        A list of strings representing the plugins that are allowed to be loaded (default: “all”).
         This is only evaluated on startup.
       </_description>
     </key>


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