[cheese] Use Unicode in translatable strings



commit 159ca2bc8f59d66d3b340810cf018a45e64d3e96
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Nov 10 16:24:51 2016 +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.Cheese.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Cheese.gschema.xml b/data/org.gnome.Cheese.gschema.xml
index 4549464..7275b5e 100644
--- a/data/org.gnome.Cheese.gschema.xml
+++ b/data/org.gnome.Cheese.gschema.xml
@@ -90,13 +90,13 @@
 
     <key type='s' name='video-path'>
       <summary>Video path</summary>
-      <description>Defines the path where the videos are stored. If empty, "XDG_VIDEOS_DIR/Webcam" will be 
used.</description>
+      <description>Defines the path where the videos are stored. If empty, “XDG_VIDEOS_DIR/Webcam” will be 
used.</description>
       <default>''</default>
     </key>
 
     <key type='s' name='photo-path'>
       <summary>Photo path</summary>
-      <description>Defines the path where the photos are stored. If empty, "XDG_PICTURES_DIR/Webcam" will be 
used.</description>
+      <description>Defines the path where the photos are stored. If empty, “XDG_PICTURES_DIR/Webcam” will be 
used.</description>
       <default>''</default>
     </key>
 


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