summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-02-03 11:07:50 +0800
committerRay Chen <raychen@google.com>2012-02-03 11:07:50 +0800
commit90b6f6839f5e1fdfb6578711a9c2ab39d38182c0 (patch)
tree0a310451ed3a7a79494ce0e64466d00a2d32c411
parent85885c8067bfe7707d6748b718acfeda73178756 (diff)
downloadandroid_packages_apps_Snap-90b6f6839f5e1fdfb6578711a9c2ab39d38182c0.tar.gz
android_packages_apps_Snap-90b6f6839f5e1fdfb6578711a9c2ab39d38182c0.tar.bz2
android_packages_apps_Snap-90b6f6839f5e1fdfb6578711a9c2ab39d38182c0.zip
Fix 5658975 Gallery has 'CROP' instead of 'SAVE' or 'OK' while setting the picture as wallpaper
Change-Id: I520d760df2932f6dcb318c1362f15b82b044bcb3
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 75cdc8566..d4bf75972 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -61,7 +61,7 @@
<!-- Title of a menu item to indicate performing the image crop operation
[CHAR LIMIT=20] -->
- <string name="crop_save_text">Crop</string>
+ <string name="crop_save_text">OK</string>
<!-- Button indicating that the cropped image should be reverted back to the original -->
<!-- Hint that appears when cropping an image with more than one face -->
<string name="multiface_crop_help">Touch a face to begin.</string>