summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
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
commit02e689987f4af3b16b19352b1745478cca964d76 (patch)
tree98d66276b969ec40de777327c14589607827e608 /res/values/strings.xml
parent0461b1058ff1b3bb9933a6e912851eda0bddf46c (diff)
downloadandroid_packages_apps_Gallery2-02e689987f4af3b16b19352b1745478cca964d76.tar.gz
android_packages_apps_Gallery2-02e689987f4af3b16b19352b1745478cca964d76.tar.bz2
android_packages_apps_Gallery2-02e689987f4af3b16b19352b1745478cca964d76.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/values/strings.xml')
-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 -->