summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-09-23 15:24:28 +0800
committerOwen Lin <owenlin@google.com>2011-09-23 15:27:29 +0800
commit8bb3fa52a14034e18528582b5b54bcd14c726460 (patch)
tree443fd8ce03bfdcae9f91f41e9595a0896ea4df84 /res
parentbb6f096c1c53e1924c67e3f25369e5aa98ec55df (diff)
downloadandroid_packages_apps_Snap-8bb3fa52a14034e18528582b5b54bcd14c726460.tar.gz
android_packages_apps_Snap-8bb3fa52a14034e18528582b5b54bcd14c726460.tar.bz2
android_packages_apps_Snap-8bb3fa52a14034e18528582b5b54bcd14c726460.zip
Fix crop never returns
fix: 5359106 We should return true if the save is successfully. Also make it more robust even with exceptions. Change-Id: I4d06b625177d4d479c89a7de1bcdf6f6f301a3da
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 79833c8ae..1ad81bff8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -63,6 +63,9 @@
<string name="multiface_crop_help">Tap a face to begin.</string>
<!-- Toast/alert that the image is being saved to the SD card -->
<string name="saving_image">Saving picture\u2026</string>
+ <!-- Eorror toast message that the image cannot be saved [CHAR LIMIT=40]-->
+ <string name="save_error">Cannot save the cropped image</string>
+
<!-- menu pick: crop the currently selected image -->
<string name="crop_label">Crop picture</string>
<!-- Toast/alert that the face detection is being run -->