[cheese] Update the gschema to use "photo" and "image"
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Update the gschema to use "photo" and "image"
- Date: Fri, 19 Apr 2013 19:39:57 +0000 (UTC)
commit f179399fa669d32906f683c4db7abb9a577812fe
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date: Fri Apr 19 20:37:20 2013 +0100
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.
data/org.gnome.Cheese.gschema.xml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/data/org.gnome.Cheese.gschema.xml b/data/org.gnome.Cheese.gschema.xml
index 33ed9aa..b8a39f6 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]