summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2012-05-03 15:59:23 +0800
committerYuli Huang <yuli@google.com>2012-05-03 17:30:10 +0800
commit2f61a1c91f323ecd4ea5e385eb2b543517a23a0d (patch)
treeaad67a68c06b7bf62775444635588fdcaa49fd3f /res/values
parent37531196bbecc15a8bf035381afeb61279a947ae (diff)
downloadandroid_packages_apps_Gallery2-2f61a1c91f323ecd4ea5e385eb2b543517a23a0d.tar.gz
android_packages_apps_Gallery2-2f61a1c91f323ecd4ea5e385eb2b543517a23a0d.tar.bz2
android_packages_apps_Gallery2-2f61a1c91f323ecd4ea5e385eb2b543517a23a0d.zip
Simplify Yes/No/Cancel dialog to Yes/Cancel dialog.
Simplify the dialog options to confirm if the user wants to discard unsaved edited photo, similar to MMS asking if the user wants to discard the unsent message. bug:6436477 Change-Id: Ic5af09a1ed46033a25b4ac42bf05b9739f6e8447
Diffstat (limited to 'res/values')
-rw-r--r--res/values/photoeditor_strings.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/res/values/photoeditor_strings.xml b/res/values/photoeditor_strings.xml
index 89bfd53cc..f53e5a6b1 100644
--- a/res/values/photoeditor_strings.xml
+++ b/res/values/photoeditor_strings.xml
@@ -27,15 +27,12 @@
<!-- Toast shown when edited photo is successfully saved under %s folder [CHAR LIMIT=40] -->
<string name="photo_saved">Edited photo saved to <xliff:g id="folder_name">%s</xliff:g></string>
- <!-- Dialog message prompted when the user is abandoning unsaved changes. [CHAR LIMIT=40] -->
- <string name="save_photo">Save edited photo?</string>
+ <!-- Dialog message prompted to confirm the user is abandoning unsaved changes. [CHAR LIMIT=40] -->
+ <string name="discard_unsaved_photo">Discard unsaved changes?</string>
<!-- Dialog yes button for the user to accept text presented in a dialog. [CHAR LIMIT=12] -->
<string name="yes">Yes</string>
- <!-- Dialog no button for the user to decline text presented in a dialog. [CHAR LIMIT=12] -->
- <string name="no">No</string>
-
<!-- Text button in the action bar for the user to save edited photo. [CHAR LIMIT=8] -->
<string name="save">SAVE</string>