--- typekit.admin.inc	2009-10-01 18:36:32.000000000 -0400
+++ typekitNew.admin.inc	2010-02-05 08:52:24.000000000 -0500
@@ -18,7 +18,7 @@ function typekit_admin_settings() {
   $php_access = user_access('use PHP for block visibility');
   $code = htmlspecialchars('<script type="text/javascript" src="http://use.typekit.com/XXXXXXX.js">');
   $key_description = t('
-    This is the key for your site, and TypeKit will not work without it.  This can be found in the embed code that you get for each kit.
+    This is the key for your site, and Typekit will not work without it.  This can be found in the embed code that you get for each kit.
     <br /><code>
       !code
     </code>
@@ -39,14 +39,14 @@ function typekit_admin_settings() {
   $form['typekit_enable'] = array(
     '#type' => 'checkbox',
     '#title' => t('Enable'),
-    '#description' => t('Enables TypeKit on your site.  On by default'),
+    '#description' => t('Enables Typekit on your site.  On by default'),
     '#default_value' => variable_get('typekit_enable', TRUE),
   );
 
   // Key
   $form['typekit_key'] = array(
     '#type' => 'textfield',
-    '#title' => t('TypeKit Key'),
+    '#title' => t('Typekit Key'),
     '#description' => $key_description,
     '#default_value' => variable_get('typekit_key', ''),
   );
@@ -62,7 +62,7 @@ function typekit_admin_settings() {
     '#type' => 'radios',
     '#title' => t('Custom visibility settings'),
     '#options' => $visibility_options,
-    '#description' => t('Allows TypeKist to show only on certain pages.'),
+    '#description' => t('Allows Typekit to show only on certain pages.'),
     '#default_value' => variable_get('typekit_visibility_settings', 0),
   );
   $form['typekit_visibility']['typekit_visibility_pages'] = array(
