summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-02-03 00:10:57 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-03 00:10:57 -0800
commit7eeea83eaf4f7b0ac201835fa28b7ee71acedffa (patch)
tree0a310451ed3a7a79494ce0e64466d00a2d32c411 /res
parentabda9d179519a844b6ef307f6aaf0899c8c2e7c8 (diff)
parent90b6f6839f5e1fdfb6578711a9c2ab39d38182c0 (diff)
downloadandroid_packages_apps_Snap-7eeea83eaf4f7b0ac201835fa28b7ee71acedffa.tar.gz
android_packages_apps_Snap-7eeea83eaf4f7b0ac201835fa28b7ee71acedffa.tar.bz2
android_packages_apps_Snap-7eeea83eaf4f7b0ac201835fa28b7ee71acedffa.zip
am 1e32e279: Fix 5658975 Gallery has \'CROP\' instead of \'SAVE\' or \'OK\' while setting the picture as wallpaper
* commit '1e32e279f272392d61bc29aa31687c173071cdf0': Fix 5658975 Gallery has 'CROP' instead of 'SAVE' or 'OK' while setting the picture as wallpaper
Diffstat (limited to 'res')
-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>