Add missing crop message.

  Bug: 11021907

Change-Id: I9f1b6793e62c098a21f06e2957118cb8bf3475c4
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dcbc358..7af494a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -656,7 +656,8 @@
     <!-- 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>