? modules/aggregator/.aggregator.api.php.swp
? modules/aggregator/.aggregator.module.swp
? modules/aggregator/aggregator-feed-info.tpl.php
? modules/aggregator/aggregator.admin.inc.rej.txt
Index: modules/aggregator/aggregator.api.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.api.php,v
retrieving revision 1.2
diff -u -p -r1.2 aggregator.api.php
--- modules/aggregator/aggregator.api.php	26 Jan 2009 14:08:42 -0000	1.2
+++ modules/aggregator/aggregator.api.php	17 May 2009 20:57:38 -0000
@@ -21,7 +21,7 @@
  * data.
  *
  * Modules that define this hook can be set as active fetcher on
- * admin/content/aggregator/settings. Only one fetcher can be active at a time.
+ * admin/settings/aggregator. Only one fetcher can be active at a time.
  *
  * @param $feed
  *   The $feed object that describes the resource to be downloaded.
@@ -43,7 +43,7 @@ function hook_aggregator_fetch($feed) {
  * fetcher.
  *
  * The title and the description provided are shown on
- * admin/content/aggregator/settings among other places. Use as title the human
+ * admin/settings/aggregator among other places. Use as title the human
  * readable name of the fetcher and as description a brief (40 to 80 characters)
  * explanation of the fetcher's functionality.
  *
@@ -75,7 +75,7 @@ function hook_aggregator_fetch_info() {
  * data.
  *
  * Modules that define this hook can be set as active parser on
- * admin/content/aggregator/settings. Only one parser can be active at a time.
+ * admin/settings/aggregator. Only one parser can be active at a time.
  *
  * @param $feed
  *   The $feed object that describes the resource to be parsed.
@@ -108,10 +108,10 @@ function hook_aggregator_parse($feed) {
  * Implement this hook to expose the title and a short description of your
  * parser.
  *
- * The title and the description provided are shown on
- * admin/content/aggregator/settings among other places. Use as title the human
- * readable name of the parser and as description a brief (40 to 80 characters)
- * explanation of the parser's functionality.
+ * The title and the description provided are shown on admin/settings/aggregator
+ * among other places. Use as title the human readable name of the parser and 
+ * as description a brief (40 to 80 characters) explanation of the parser's 
+ * functionality.
  *
  * This hook is only called if your module implements hook_aggregator_parse().
  * If this hook is not implemented aggregator will use your module's file name
@@ -141,7 +141,7 @@ function hook_aggregator_parse_info() {
  * data.
  *
  * Modules that define this hook can be activated as processor on
- * admin/content/aggregator/settings.
+ * admin/settings/aggregator.
  *
  * @param $feed
  *   The $feed object that describes the resource to be processed. $feed->items
@@ -167,7 +167,7 @@ function hook_aggregator_process($feed) 
  * processor.
  *
  * The title and the description provided are shown most importantly on
- * admin/content/aggregator/settings . Use as title the natural name of the
+ * admin/settings/aggregator . Use as title the natural name of the
  * processor and as description a brief (40 to 80 characters) explanation of
  * the functionality.
  *
Index: modules/aggregator/aggregator.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.module,v
retrieving revision 1.408
diff -u -p -r1.408 aggregator.module
--- modules/aggregator/aggregator.module	17 May 2009 08:54:08 -0000	1.408
+++ modules/aggregator/aggregator.module	17 May 2009 20:57:39 -0000
@@ -122,12 +122,11 @@ function aggregator_menu() {
     'type' => MENU_DEFAULT_LOCAL_TASK,
     'weight' => -10,
   );
-  $items['admin/content/aggregator/settings'] = array(
-    'title' => 'Settings',
+  $items['admin/settings/aggregator'] = array(
+    'title' => 'Aggregator settings',
+    'description' => 'Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('aggregator_admin_form'),
-    'type' => MENU_LOCAL_TASK,
-    'weight' => 10,
     'access arguments' => array('administer news feeds'),
   );
   $items['aggregator'] = array(
