Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.724
diff -u -r1.724 node.module
--- modules/node/node.module	10 Nov 2006 19:40:23 -0000	1.724
+++ modules/node/node.module	10 Nov 2006 23:29:34 -0000
@@ -1052,7 +1052,7 @@
 
     $items[] = array(
       'path' => 'admin/content/node',
-      'title' => t('Posts'),
+      'title' => t('Site content'),
       'description' => t('View, edit, and delete your site\'s content.'),
       'callback' => 'node_admin_content',
       'access' => user_access('administer nodes')
@@ -1062,8 +1062,8 @@
       '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);
@@ -1071,7 +1071,7 @@
 
     $items[] = array(
       'path' => 'admin/content/node-settings',
-      'title' => t('Post settings'),
+      'title' => t('Content settings'),
       'description' => t('Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('node_configure'),
