|
|
@ -238,7 +238,7 @@ function islandora_delete_orphaned_objects_batch_operation($pids, &$context) { |
|
|
|
$target_object = islandora_object_load($target_pid); |
|
|
|
$target_object = islandora_object_load($target_pid); |
|
|
|
$context['message'] = t('Deleting @label (@pid) (@current of @total)...', array( |
|
|
|
$context['message'] = t('Deleting @label (@pid) (@current of @total)...', array( |
|
|
|
'@label' => $target_object->label, |
|
|
|
'@label' => $target_object->label, |
|
|
|
'@pid' => $target_object->pid, |
|
|
|
'@pid' => $target_pid, |
|
|
|
'@current' => $context['sandbox']['progress'], |
|
|
|
'@current' => $context['sandbox']['progress'], |
|
|
|
'@total' => $context['sandbox']['total'], |
|
|
|
'@total' => $context['sandbox']['total'], |
|
|
|
)); |
|
|
|
)); |
|
|
|