Browse Source

typo fixed

pull/653/head
ajstanley 8 years ago
parent
commit
66f3a45519
  1. 2
      islandora.module

2
islandora.module

@ -2187,6 +2187,6 @@ function islandora_islandora_overview_object(AbstractObject $object) {
$table = theme('table', array(
'header' => array($header),
'rows' => $rows,
'empty' => t('No content model associated woith this object.')));
'empty' => t('No content model associated with this object.')));
return array('cmodels' => $table);
}

Loading…
Cancel
Save