summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-09-20 17:28:18 -0700
committerJohn Hoford <hoford@google.com>2013-09-20 17:28:18 -0700
commita552bfdede68643270e72f6ca65cb0cde16f2c7f (patch)
tree7a7c3a300ef2e5b5e399b31db114eea988bbb09e /res
parente56abc7049e35f705161086fe51d0ecdbf451b8b (diff)
downloadandroid_packages_apps_Gallery2-a552bfdede68643270e72f6ca65cb0cde16f2c7f.tar.gz
android_packages_apps_Gallery2-a552bfdede68643270e72f6ca65cb0cde16f2c7f.tar.bz2
android_packages_apps_Gallery2-a552bfdede68643270e72f6ca65cb0cde16f2c7f.zip
clarify strings
bug:10602303 bug:10558554 bug:10489263 Change-Id: I4cabada74244d535eb023e52a36bca0897fb75fe
Diffstat (limited to 'res')
-rw-r--r--res/values/filtershow_strings.xml4
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 5932cba36..3b80b6200 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -20,7 +20,7 @@
<!-- String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
<string name="cannot_load_image">Cannot load the image!</string>
- <!-- String shown when we cannot load the original to edit [CHAR LIMIT=NONE] -->
+ <!-- String shown when cannot load the original image. We will edit selected image [CHAR LIMIT=NONE] -->
<string name="cannot_edit_original">Cannot edit original</string>
<!-- String displayed when showing the original image [CHAR LIMIT=NONE] -->
<string name="original_picture_text">@string/original</string>
@@ -164,7 +164,7 @@
<string name="vignette_saturation">Saturation</string>
<!-- Label for the image vignette contrast fparameter ui [CHAR LIMIT=15] -->
<string name="vignette_contrast">Contrast</string>
- <!-- Label for the image vignette Falloff rate parameter ui [CHAR LIMIT=15] -->
+ <!-- Label for the rate of change in brightness as it goes to the edge [CHAR LIMIT=15] -->
<string name="vignette_falloff">Falloff</string>
<!-- Label for the image effect that removes redeye. [CHAR LIMIT=10] -->
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0b2c79e5a..1ef8c1373 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -345,7 +345,7 @@
<string name="ffx_original">Original</string>
<!-- String for brown-colored old-fashion looking filter (filtershow_fx_0000_vintage) [CHAR LIMIT=10] -->
<string name="ffx_vintage">Vintage</string>
- <!-- String for filter that brightens colors (filtershow_fx_0001_instant) [CHAR LIMIT=10] -->
+ <!-- String for filter that brightens colors like instant cameras(filtershow_fx_0001_instant) [CHAR LIMIT=10] -->
<string name="ffx_instant">Instant</string>
<!-- String for filter that washes out colors (filtershow_fx_0002_bleach) [CHAR LIMIT=10] -->
<string name="ffx_bleach">Bleach</string>