diff --git a/coder_tough_love.module b/coder_tough_love.module
index 6ade213..9500927 100644
--- a/coder_tough_love.module
+++ b/coder_tough_love.module
@@ -13,12 +13,13 @@
  * Implementation of hook_menu().
  */
 function coder_tough_love_menu() {
-  $items['admin/settings/coder_tough_love'] = array(
+  $items['admin/config/development/coder/coder-tough-love'] = array(
     'access arguments'  => array('administer site configuration'),
     'description'       => 'Configure Coder Tough Love with these settings.',
     'page callback'     => 'drupal_get_form',
     'page arguments'    => array('coder_tough_love_settings'),
-    'title'             => 'Code tough love',
+    'title'             => 'Coder tough love',
+    'type'              => MENU_LOCAL_TASK,
   );
 
   return $items;
