My app is in Spanish. How to change title "crop" to Spanish
you can add:
<string name="crop_image_menu_crop">Crop</string>
to the strings.xml on your own project and it will override whatever value is placed on the library.
Very nice Tip
Most helpful comment
you can add:
<string name="crop_image_menu_crop">Crop</string>to the strings.xml on your own project and it will override whatever value is placed on the library.