Browse Source

Merge pull request #552 from matthewperry/7.x-METRO-77

Fixing spelling mistake in ingest message:  notifiy changed to notify.
pull/553/head
Daniel Lamb 10 years ago
parent
commit
554ca427dd
  1. 2
      includes/ingest.form.inc

2
includes/ingest.form.inc

@ -799,7 +799,7 @@ function islandora_ingest_form_submit(array $form, array &$form_state) {
WATCHDOG_ERROR WATCHDOG_ERROR
); );
drupal_set_message( drupal_set_message(
t('A problem occured while ingesting "@label" (ID: @pid), please notifiy the administrator.', t('A problem occured while ingesting "@label" (ID: @pid), please notify the administrator.',
array('@label' => $object->label, '@pid' => $object->id)), array('@label' => $object->label, '@pid' => $object->id)),
'error' 'error'
); );

Loading…
Cancel
Save