From 701f22d0384e2f32ccb41461183159f249c32c4f Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 19 Oct 2011 14:00:17 -0300 Subject: [PATCH] Changed islandora config to islandora configuration --- core/formClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/formClass.inc b/core/formClass.inc index 0206da1f..923f0418 100644 --- a/core/formClass.inc +++ b/core/formClass.inc @@ -25,7 +25,7 @@ class formClass { $items = array(); $items['admin/settings/fedora_repository'] = array( - 'title' => t('Islandora Configure'), + 'title' => t('Islandora Configuration'), 'description' => t('Enter the Islandora Collection information here'), 'page callback' => 'drupal_get_form', 'page arguments' => array('fedora_repository_admin'),