summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-05-15 18:22:13 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-15 18:22:13 -0700
commit61fac7134e9a452f7fbde7ce2dd2f77e7b7d2dca (patch)
tree0445e3b82b43c8f2b5aa30d004a358ddecd58fac /res
parent1ef94e73cc5516e4f4761206c3ce970677f524d0 (diff)
parentced68f1594d9feb867ab2514eff5f82404f61f69 (diff)
downloadandroid_packages_apps_Snap-61fac7134e9a452f7fbde7ce2dd2f77e7b7d2dca.tar.gz
android_packages_apps_Snap-61fac7134e9a452f7fbde7ce2dd2f77e7b7d2dca.tar.bz2
android_packages_apps_Snap-61fac7134e9a452f7fbde7ce2dd2f77e7b7d2dca.zip
Merge "Fix 6046544: Deleting a photo takes multiple steps and the flow is inconsistent with other deleting flows on other core apps" into jb-dev
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 96176d5fb..bba7e33e6 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">OK</string>
+ <string name="ok">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>
@@ -94,7 +94,11 @@
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">Delete</string>
- <string name="confirm_action">Confirm deletion?</string>
+ <!-- String Delete the selected media item(s) [CHAR LIMIT=30] -->
+ <plurals name="delete_selection">
+ <item quantity="one">Delete selected item?</item>
+ <item quantity="other">Delete selected items?</item>
+ </plurals>
<string name="confirm">Confirm</string>
<string name="cancel">Cancel</string>
<string name="share">Share</string>