summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-04-19 17:03:05 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-04-19 17:06:00 -0700
commita9c280328d36b5c7d6feda96432071af78ebfc50 (patch)
treece80877eeb13205ff98a7025a9ff1c3fa5159b30 /res/values
parentf53eea80c773a1686631f9e2ec6edab23c8944b5 (diff)
downloadandroid_packages_apps_Gallery2-a9c280328d36b5c7d6feda96432071af78ebfc50.tar.gz
android_packages_apps_Gallery2-a9c280328d36b5c7d6feda96432071af78ebfc50.tar.bz2
android_packages_apps_Gallery2-a9c280328d36b5c7d6feda96432071af78ebfc50.zip
String updates.
Bug: 8664728 Change-Id: Idc23ab0d75a9f1656c5e38a0b0e318a63d6875b5
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] -->