summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAnders Jonsson <anders.jonsson@norsjovallen.se>2016-02-12 13:50:24 +0100
committerAnders Jonsson <anders.jonsson@norsjovallen.se>2016-02-12 15:45:58 +0100
commit20c8fe43c5ebed02202a5c83335050b6371064fa (patch)
treebedd183ff1e5755aea0538ac1db58f9ef6bf8464 /data
parentda3c422a8aecabc564704a67224cb2b5915c510e (diff)
downloadcheese-20c8fe43c5ebed02202a5c83335050b6371064fa.tar.gz
Use same alias as upstream for XDG directories
https://bugzilla.gnome.org/show_bug.cgi?id=761952
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 12cc4ee4..ae2376cc 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_VIDEO/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_PHOTO/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>