summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-11-07 18:09:51 +0800
committerOwen Lin <owenlin@google.com>2011-11-07 18:11:51 +0800
commitf34d5f0a969f7ec9f3351e7ce66a33754ea56bee (patch)
tree42d600756d4518aef42ab376d0c59a6a736c0a18 /res
parent833b3475c3e9cd243efd0e5d4516cd3d5430b010 (diff)
downloadandroid_packages_apps_Snap-f34d5f0a969f7ec9f3351e7ce66a33754ea56bee.tar.gz
android_packages_apps_Snap-f34d5f0a969f7ec9f3351e7ce66a33754ea56bee.tar.bz2
android_packages_apps_Snap-f34d5f0a969f7ec9f3351e7ce66a33754ea56bee.zip
Change OK to CROP fro CropImage.
fix: 5199444 Change-Id: I8ee74ba371c5537d7b86d771a202e0ac40668dfc
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 f27d82f47..af628833d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -57,7 +57,7 @@
<!-- Title of a menu item to indicate performing the image crop operation
[CHAR LIMIT=20] -->
- <string name="crop_save_text">OK</string>
+ <string name="crop_save_text">Crop</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>