Compare commits

..

No commits in common. "bdefd141ecbce902ec997862e12f90cb3f57ce21" and "643547608c35c8724cba829159e50abc8e04b83a" have entirely different histories.

View File

@ -248,7 +248,7 @@ class BulkManager implements GridField_HTMLProvider, GridField_ColumnProvider, G
public function getColumnMetadata($gridField, $columnName)
{
if ($columnName == 'BulkSelect') {
return array('title' => _t('GRIDFIELD_BULK_MANAGER.SELECT_LABEL', 'Select'));
return array('title' => 'Select');
}
}