diff options
author | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-04-19 20:37:20 +0100 |
---|---|---|
committer | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-04-19 20:37:20 +0100 |
commit | f179399fa669d32906f683c4db7abb9a577812fe (patch) | |
tree | d14f27e36607c1c7f4b7ea149bdf458cda7bacf2 /data | |
parent | 8f391cfa5c6b62f8b7d5462c4ceff7913ac1a5d8 (diff) |
Update the gschema to use "photo" and "image"
Use "photo" and "image" instead of "picture" so that the schema
descriptions are more consistent and precise.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Cheese.gschema.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/data/org.gnome.Cheese.gschema.xml b/data/org.gnome.Cheese.gschema.xml index 33ed9aad..b8a39f6d 100644 --- a/data/org.gnome.Cheese.gschema.xml +++ b/data/org.gnome.Cheese.gschema.xml @@ -15,8 +15,8 @@ </key> <key type='b' name='flash'> - <summary>Fire flash before taking a picture</summary> - <description>Set to true to fire a flash when taking a picture</description> + <summary>Fire flash before taking a photo</summary> + <description>Set to true to fire a flash before taking a photo</description> <default>true</default> </key> @@ -61,41 +61,41 @@ </key> <key type='d' name='brightness'> - <summary>Picture brightness</summary> - <description>Adjusts the brightness of the picture coming from the camera</description> + <summary>Image brightness</summary> + <description>Adjusts the brightness of the image coming from the camera</description> <default>0</default> <range min='-1' max='1'/> </key> <key type='d' name='contrast'> - <summary>Picture contrast</summary> - <description>Adjusts the contrast of the picture coming from the camera</description> + <summary>Image contrast</summary> + <description>Adjusts the contrast of the image coming from the camera</description> <default>1.0</default> <range min='0' max='2'/> </key> <key type='d' name='saturation'> - <summary>Picture saturation</summary> - <description>Adjusts the saturation of the picture coming from the camera</description> + <summary>Image saturation</summary> + <description>Adjusts the saturation of the image coming from the camera</description> <default>1</default> <range min='0' max='2'/> </key> <key type='d' name='hue'> - <summary>Picture hue</summary> - <description>Adjusts the hue (color tint) of the picture coming from the camera</description> + <summary>Image hue</summary> + <description>Adjusts the hue (color tint) of the image coming from the camera</description> <default>0</default> <range min='-1' max='1'/> </key> <key type='s' name='video-path'> - <summary>Video Path</summary> + <summary>Video path</summary> <description>Defines the path where the videos are stored. If empty, "XDG_VIDEO/Webcam" will be used.</description> <default>''</default> </key> <key type='s' name='photo-path'> - <summary>Photo Path</summary> + <summary>Photo path</summary> <description>Defines the path where the photos are stored. If empty, "XDG_PHOTO/Webcam" will be used.</description> <default>''</default> </key> @@ -119,7 +119,7 @@ <range min='500' max='10000'/> </key> - <key type='i' name='burst-repeat'> + <key type='i' name='burst-repeat'> <summary>Number of photos in burst mode</summary> <description>The number of photos to take in a single burst.</description> <default>4</default> |