summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2013-04-20 00:13:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-20 00:13:11 +0000
commitbb894c4f321b27ede8e97c42117973376bbaf32f (patch)
tree316718755b0ea781b186ea57eb3d0aac6a4a14be /res/values
parent237216eeba5c05d63aa075ac8dc4af423044f302 (diff)
parenta9c280328d36b5c7d6feda96432071af78ebfc50 (diff)
downloadandroid_packages_apps_Gallery2-bb894c4f321b27ede8e97c42117973376bbaf32f.tar.gz
android_packages_apps_Gallery2-bb894c4f321b27ede8e97c42117973376bbaf32f.tar.bz2
android_packages_apps_Gallery2-bb894c4f321b27ede8e97c42117973376bbaf32f.zip
Merge "String updates." into gb-ub-photos-bryce
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index e2b04d2cc..10ad4499d 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -28,6 +28,9 @@
<!-- generic strings -->
+
+ <!-- Text for to display on a download failure [CHAR LIMIT=NONE] -->
+ <string name="download_failure">Could not download photo. Network unavailable.</string>
<!-- Text for original image [CHAR LIMIT=20] -->
<string name="original">Original</string>
<!-- Text for filters that apply a border to a picture [CHAR LIMIT=20] -->
@@ -39,8 +42,8 @@
<string name="filtershow_undo">Undo</string>
<!-- Text for redo menu item [CHAR LIMIT=20] -->
<string name="filtershow_redo">Redo</string>
- <!-- Text for the image state panel menu item [CHAR LIMIT=20] -->
- <string name="show_imagestate_panel">Show Image State</string>
+ <!-- Text for the image menu item showing the filters that have been applied [CHAR LIMIT=20] -->
+ <string name="show_imagestate_panel">Show Applied Effects </string>
<!-- Text for the image state panel menu item [CHAR LIMIT=20] -->
<string name="hide_imagestate_panel">Hide Image State</string>
<!-- Name for the overflow menu item for settings [CHAR LIMIT=20] -->