Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.741
diff -u -p -r1.741 node.module
--- modules/node/node.module	4 Dec 2006 10:53:37 -0000	1.741
+++ modules/node/node.module	5 Dec 2006 01:56:28 -0000
@@ -1051,7 +1051,7 @@ function node_menu($may_cache) {
 
     $items[] = array(
       'path' => 'admin/content/node',
-      'title' => t('Posts'),
+      'title' => t('Content'),
       'description' => t("View, edit, and delete your site's content."),
       'callback' => 'node_admin_content',
       'access' => user_access('administer nodes')
@@ -1061,8 +1061,8 @@ function node_menu($may_cache) {
       'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10);
 
     if (module_exists('search')) {
-      $items[] = array('path' => 'admin/content/search', 'title' => t('Search posts'),
-        'description' => t('Search posts by keyword.'),
+      $items[] = array('path' => 'admin/content/search', 'title' => t('Search content'),
+        'description' => t('Search content by keyword.'),
         'callback' => 'node_admin_search',
         'access' => user_access('administer nodes'),
         'type' => MENU_NORMAL_ITEM);
