? contentnamejv.patch
Index: node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.724
diff -u -u -p -r1.724 node.module
--- node.module	10 Nov 2006 19:40:23 -0000	1.724
+++ node.module	11 Nov 2006 21:16:07 -0000
@@ -1052,7 +1052,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')
@@ -1063,7 +1063,7 @@ function node_menu($may_cache) {
 
     if (module_exists('search')) {
       $items[] = array('path' => 'admin/content/search', 'title' => t('Search posts'),
-        'description' => t('Search posts by keyword.'),
+        'description' => t('Search content by keyword.'),
         'callback' => 'node_admin_search',
         'access' => user_access('administer nodes'),
         'type' => MENU_NORMAL_ITEM);
@@ -1071,7 +1071,7 @@ function node_menu($may_cache) {
 
     $items[] = array(
       'path' => 'admin/content/node-settings',
-      'title' => t('Post settings'),
+      'title' => t('Posting'),
       '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'),
