summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-10-03 16:49:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-03 16:49:57 +0000
commit3393a62797fa397823eba720b3f52d39ae065739 (patch)
tree1bc7047225d88d84ef9a1fce8ae90dd711206e97 /res
parent4c0aede4ea37f8fad98a40ec4d28028f338591bd (diff)
parent46aec0dd9f88ab78a2263b00b6f1f4e58c70d150 (diff)
downloadandroid_packages_apps_Snap-3393a62797fa397823eba720b3f52d39ae065739.tar.gz
android_packages_apps_Snap-3393a62797fa397823eba720b3f52d39ae065739.tar.bz2
android_packages_apps_Snap-3393a62797fa397823eba720b3f52d39ae065739.zip
Merge "Add missing crop message." into gb-ub-photos-carlsbad
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dcbc358a5..7af494a50 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -656,7 +656,8 @@ CHAR LIMIT = NONE] -->
<!-- Crop -->
<!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
<string name="crop_save">Save</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>
<!-- Label for album filmstrip button -->
<string name="switch_photo_filmstrip">Filmstrip view</string>