Gets or sets a caption of Crop button.
$au.uploader({ imageEditor: { //...other params... cropButtonText: "Crop", //...other params... } })
Type: String
The caption of Crop button.
Default value is "Crop".
This property is necessary for localization of Image Uploader.