OSDN Git Service

Simplify Yes/No/Cancel dialog to Yes/Cancel dialog.
authorYuli Huang <yuli@google.com>
Thu, 3 May 2012 07:59:23 +0000 (15:59 +0800)
committerYuli Huang <yuli@google.com>
Thu, 3 May 2012 09:30:10 +0000 (17:30 +0800)
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

res/values/photoeditor_strings.xml

index 89bfd53..f53e5a6 100644 (file)
     <!-- 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>