Index: aggregator.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.module,v
retrieving revision 1.321
diff -u -p -r1.321 aggregator.module
--- aggregator.module	29 Nov 2006 03:56:39 -0000	1.321
+++ aggregator.module	30 Nov 2006 00:40:35 -0000
@@ -35,7 +35,7 @@ function aggregator_menu($may_cache) {
 
   if ($may_cache) {
     $items[] = array('path' => 'admin/content/aggregator',
-      'title' => t('RSS aggregator'),
+      'title' => t('Aggregator'),
       'description' => t("Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized."),
       'callback' => 'aggregator_admin_overview',
       'access' => $edit);
