diff --git a/content_lock.module b/content_lock.module
index 9dc57f3..637cf8d 100644
--- a/content_lock.module
+++ b/content_lock.module
@@ -79,10 +79,10 @@ function content_lock_menu() {
     'page arguments' => array(2,false),
     'access callback' => true
   );
-  $items['admin/settings/content_lock'] = array (
+  $items['admin/config/content/content_lock'] = array (
     'type' => MENU_NORMAL_ITEM,
     'title' => 'Content lock',
-    'description' => 'Configuration options for the Content lock module',
+    'description' => 'Prevent conflicts caused by simultaneous content editing.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('content_lock_admin_settings'),
     'access arguments' => array('administer site configuration'),
