--- jq_maphilight.module	2008-03-25 19:29:39.000000000 +0000
+++ jq_maphilight_.module	2008-07-10 21:45:41.000000000 +0000
@@ -40,7 +40,7 @@ function jq_maphilight_menu() {
   $items = array();
   $items['admin/settings/jq_maphilight'] = array(
     'title' => 'JQuery Map Hilight',
-    'description' => 'Javascript image map highlighting using the jquery Map Hilight plugin.',
+    'description' => 'Javascript image map highlighting using the jQuery Map Hilight plugin.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('jq_maphilight_admin_settings'),
     'access callback' => 'user_access',
@@ -59,7 +59,7 @@ function jq_maphilight_admin_settings() 
     '#type' => 'fieldset',
     '#title' => t('jQuery Map Hilight Plugin Status'),
     '#weight' => -10,
-    '#description' => (_jq_maphilight_available() !== false) ? t('The Map Hilight jQuery plugin is available at: /') . _jq_maphilight_available() : '<em><span style="color: #A50000;">'. t('The Map Hilight jQuery plugin is unavailable or not located in the jquery_plugin module directory.') .'</span></em>'
+    '#description' => (_jq_maphilight_available() !== false) ? t('The Map Hilight jQuery plugin is available at: /') . _jq_maphilight_available() : '<em><span style="color: #A50000;">'. t('The Map Hilight jQuery plugin is unavailable or not located in the jQuery_plugin module directory.') .'</span></em>'
   );
 
   $form['jq_maphilight_settings'] = array(
