Gets or sets a caption of the Uncheck all context menu item.
$au.uploader({ contextMenu: { //...other params... uncheckAllText: "Uncheck all", //...other params... } })
Type: String
The caption of the Uncheck all context menu item.
Default value is "Uncheck all".
This property is necessary for localization of Image Uploader.