--- on_the_web.module	2010-02-23 21:45:21.000000000 -0800
+++ on_the_web.module	2010-02-23 21:40:43.000000000 -0800
@@ -45,8 +45,8 @@ function on_the_web_block($op = 'list', 
     $form['sitename'] = array(
       '#type' => 'checkbox',
       '#title' => t('Use Site Name in link titles'),
-      '#default_value' => variable_get('on_the_web_myspace_page', TRUE),
-      '#description' => t('You would prefer to use your site name in the title for these links.'),
+      '#default_value' => variable_get('on_the_web_sitename', TRUE),
+      '#description' => t('You would prefer to use your !sitename in the title for these links.', array('!sitename' => l(t('Site name'), 'admin/settings/site-information'))),
     );
     return $form;
   }
