OSDN Git Service

Add missing crop message.
authorSascha Haeberling <haeberling@google.com>
Thu, 3 Oct 2013 07:01:12 +0000 (00:01 -0700)
committerThe Android Automerger <android-build@android.com>
Thu, 3 Oct 2013 20:39:59 +0000 (13:39 -0700)
  Bug: 11021907

Change-Id: I9f1b6793e62c098a21f06e2957118cb8bf3475c4

res/values/strings.xml

index dcbc358..7af494a 100644 (file)
@@ -656,7 +656,8 @@ CHAR LIMIT = NONE] -->
     <!-- Crop -->
     <!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
     <string name="crop_save">Save</string>
-
+    <!--  String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
+    <string name="cannot_load_image">Cannot load the image!</string>
     <!-- Label for album filmstrip button -->
     <string name="switch_photo_filmstrip">Filmstrip view</string>