Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.689
diff -u -p -r1.689 node.module
--- modules/node/node.module	29 Aug 2006 09:12:02 -0000	1.689
+++ modules/node/node.module	29 Aug 2006 16:52:52 -0000
@@ -34,6 +34,8 @@ function node_help($section) {
       return $output;
     case 'admin/settings/modules#description':
       return t('Allows content to be submitted to the site and displayed on pages.');
+    case 'admin/content':
+      return '<p>'. t('Manage your site\'s content.') .'</p>';
     case 'admin/content/search':
       return t('<p>Enter a simple pattern to search for a post. This can include the wildcard character *.<br />For example, a search for "br*" might return "bread bakers", "our daily bread" and "brenda".</p>');
     case 'admin/content/types':
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.353
diff -u -p -r1.353 system.module
--- modules/system/system.module	29 Aug 2006 09:12:03 -0000	1.353
+++ modules/system/system.module	29 Aug 2006 16:53:38 -0000
@@ -30,10 +30,14 @@ function system_help($section) {
 ', array('@file-cron' => 'cron.php', '@external-http-drupal-org-cron' => 'http://drupal.org/cron', '@cron-status' => url('admin/settings/cron-status'), '@cron-manually' => url('admin/settings/cron-status/cron'), '@admin-settings' => url('admin/settings/page-caching')));
       $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@system">System page</a>.', array('@system' => 'http://drupal.org/handbook/modules/system/')) .'</p>';
       return $output;
+    case 'admin/settings':
+      return '<p>'. t('Adjust basic site configuration options.') .'</p>';
     case 'admin/settings/modules#description':
       return t('Handles general site configuration for administrators.');
     case 'admin':
       return t('<p>Welcome to the administration section. Here you may control how your site functions.</p>');
+    case 'admin/build':
+      return '<p>'. t('Control how your site looks and feels.') .'</p>';
     case 'admin/build/themes':
       return t('<p>Select which themes are available to your users and specify the default theme. To configure site-wide display settings, click the "configure" task above. Alternately, to override these settings in a specific theme, click the "configure" link for the corresponding theme. Note that different themes may have different regions available for rendering content like blocks. If you want consistency in what your users see, you may wish to enable only one theme.</p>');
     case 'admin/build/themes/settings':
Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.664
diff -u -p -r1.664 user.module
--- modules/user/user.module	29 Aug 2006 09:12:03 -0000	1.664
+++ modules/user/user.module	29 Aug 2006 16:53:50 -0000
@@ -2271,6 +2271,8 @@ function user_help($section) {
       return $output;
     case 'admin/settings/modules#description':
       return t('Manages the user registration and login system.');
+    case 'admin/user':
+      return '<p>'. t('Manage your site\'s users, groups and access to site features.') .'</p>';
     case 'admin/user/user':
       return t('<p>Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.</p>');
     case 'admin/user/user/create':
