From da2daa8d65b1d2949effe7cadfa3f50511c3b59f Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <eric@unl.edu>
Date: Thu, 1 Sep 2011 17:45:44 +0000
Subject: [PATCH] [gh-214] Merging test into staging -c987

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@994 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module
index 13e9abe4..2189b9e9 100644
--- a/sites/all/modules/unl/unl.module
+++ b/sites/all/modules/unl/unl.module
@@ -553,7 +553,7 @@ function unl_form_alter(&$form, &$form_state, $form_id) {
    * determine whether or not the menu link is visible or not.
    */
   if (substr($form_id, -10) == '_node_form') {
-    $form['menu']['#title'] = 'Site hierachy';
+    $form['menu']['#title'] = 'Site hierarchy';
 
     $form['menu']['enabled']['#default_value'] = TRUE;
     $form['menu']['enabled']['#prefix'] = '<div style="display: none;">';
-- 
GitLab