summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-16 14:25:09 -0700
committernicolasroard <nicolasroard@google.com>2012-10-16 14:25:09 -0700
commit38cf4e044957f7ea45bcd51672eff85650560ed4 (patch)
treec2556ca59d77b8c329e13e4a98093bbd61b00f7f /res
parent3ed84942ccf4204769a5e0c4db941f90eb209133 (diff)
downloadandroid_packages_apps_Snap-38cf4e044957f7ea45bcd51672eff85650560ed4.tar.gz
android_packages_apps_Snap-38cf4e044957f7ea45bcd51672eff85650560ed4.tar.bz2
android_packages_apps_Snap-38cf4e044957f7ea45bcd51672eff85650560ed4.zip
Fix when we cannot load an image
bug:7321636 Change-Id: I82cd603d531a1b743737a7c5b65005d370f2cdb1
Diffstat (limited to 'res')
-rw-r--r--res/values/filtershow_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index e5d8b3f3f..51ff00ec2 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -21,6 +21,9 @@
<!-- Title for the image editor activity [CHAR LIMIT=NONE]-->
<string name="title_activity_filter_show">FilterShowActivity</string>
+ <!-- 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>
+
<!-- actionbar menu -->
<!-- Text for the actionbar confirmation button [CHAR LIMIT=20] -->