summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-11-10 16:24:51 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2016-11-10 16:24:51 +0100
commit159ca2bc8f59d66d3b340810cf018a45e64d3e96 (patch)
treed64c65478108e286aae0deee28d812d75d1c2f0b /data
parent924369c58cd864c9c0196836fae40565ac7c53ea (diff)
downloadcheese-159ca2bc8f59d66d3b340810cf018a45e64d3e96.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772263
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.Cheese.gschema.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.Cheese.gschema.xml b/data/org.gnome.Cheese.gschema.xml
index 45494640..7275b5e5 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>