Index: modules/statistics/statistics.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v
retrieving revision 1.246
diff -u -p -r1.246 statistics.module
--- modules/statistics/statistics.module	26 Nov 2006 02:20:01 -0000	1.246
+++ modules/statistics/statistics.module	14 Dec 2006 23:31:11 -0000
@@ -33,7 +33,7 @@ function statistics_help($section) {
 ');
       $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@statistics">Statistics page</a>.', array('@statistics' => 'http://drupal.org/handbook/modules/statistics/')) .'</p>';
       return $output;
-    case 'admin/logs/settings':
+    case 'admin/settings/logs':
       return '<p>'. t('Settings for the statistical information that Drupal will keep about the site. See <a href="@statistics">site statistics</a> for the actual information.', array('@statistics' => url('admin/logs/hits'))) .'</p>';
     case 'admin/logs/hits':
       return '<p>'. t('This page shows you the most recent hits.') .'</p>';
@@ -138,14 +138,13 @@ function statistics_menu($may_cache) {
       'access' => $access,
       'type' => MENU_CALLBACK);
     $items[] = array(
-      'path' => 'admin/logs/settings',
-      'title' => t('Access log settings'),
+      'path' => 'admin/settings/logs',
+      'title' => t('Access logs'),
       'description' => t('Control details about what and how your site logs.'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('statistics_access_logging_settings'),
       'access' => user_access('administer site configuration'),
-      'type' => MENU_NORMAL_ITEM,
-      'weight' => 3);
+      'type' => MENU_NORMAL_ITEM);
   }
   else {
     if (arg(0) == 'user' && is_numeric(arg(1)) && variable_get('statistics_enable_access_log', 0)) {
