summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2012-08-16 00:15:59 -0700
committerDoris Liu <tianliu@google.com>2012-08-16 00:15:59 -0700
commit840c9d680f9b5d07b0930a1071901c21d2b416de (patch)
treec3ff6750448a963d2f030b510ed20ebd48d9bf5d /res
parentf6bb12a6840bede9e490e59ed4f7bbd6836d7f32 (diff)
downloadandroid_packages_apps_Gallery2-840c9d680f9b5d07b0930a1071901c21d2b416de.tar.gz
android_packages_apps_Gallery2-840c9d680f9b5d07b0930a1071901c21d2b416de.tar.bz2
android_packages_apps_Gallery2-840c9d680f9b5d07b0930a1071901c21d2b416de.zip
More on content description for photo editor butns
Incorporated Yuli's suggestions on the naming of some of the photo effects buttons. Change-Id: Iec5f50f7537d12b9a77f65ee76f758642b2b2838
Diffstat (limited to 'res')
-rw-r--r--res/values/photoeditor_strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/photoeditor_strings.xml b/res/values/photoeditor_strings.xml
index 59312b509..573b31a50 100644
--- a/res/values/photoeditor_strings.xml
+++ b/res/values/photoeditor_strings.xml
@@ -75,7 +75,7 @@
<!-- Name for the photo effect that converts colors to black-and-white, abbreviated B&W. [CHAR LIMIT=15] -->
<string name="grayscale">B&amp;W</string>
- <!-- Name for the photo effect that converts colors to black-and-white in accessibility mode [CHAR LIMIT=15] -->
+ <!-- Name for the photo effect that converts colors to black-and-white in accessibility mode [CHAR LIMIT=30] -->
<string name="accessibility_black_and_white">Black and white</string>
<!-- Name for the photo effect that adds highlights. [CHAR LIMIT=15] -->
@@ -139,13 +139,13 @@
<string name="straighten_tooltip">Drag photo to straighten it</string>
<!-- Name for the exposure adjustment button in photo effects editor menu. [CHAR LIMIT=40] -->
- <string name="photoeditor_exposure">Exposure</string>
+ <string name="photoeditor_exposure">Exposure effects</string>
<!-- Name for the color adjustment button in photo effects editor menu. [CHAR LIMIT=40] -->
- <string name="photoeditor_color">Color editing</string>
+ <string name="photoeditor_color">Color effects</string>
<!-- Name for the artistic effect button in photo effects editor menu. [CHAR LIMIT=40] -->
- <string name="photoeditor_artistic">Artistic effect</string>
+ <string name="photoeditor_artistic">Artistic effects</string>
<!-- Name for the fix up button in photo effects editor menu. [CHAR LIMIT=40] -->
<string name="photoeditor_fix">Fix up</string>