--- ./modules/system/system.module	2007-10-18 10:59:31.000000000 +1300
+++ ./modules/system/system_new.module	2007-10-21 01:05:53.000000000 +1300
@@ -35,7 +35,9 @@ function system_help($path, $arg) {
     case 'admin/by-module':
       return '<p>'. t('This page shows you all available administration tasks for each module.') .'</p>';
     case 'admin/build/themes':
-      return '<p>'. t('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>';
+      $output = '<p>'. t('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>';
+	  $output = '<p>'. t('To change the appearance of Drupal have a look at the <a href="http://drupal.org/project/Themes">contributed themes</a> available at <a href="http://drupal.org/">drupal.org</a>.').'</p>';
+	  return $output;
     case 'admin/build/themes/settings/'. $arg[4]:
       $reference = explode('.', $arg[4], 2);
       $theme = array_pop($reference);
@@ -49,6 +51,7 @@ function system_help($path, $arg) {
       }
       $output .= '</p>';
       $output .= t('<p>It is important that <a href="@update-php">update.php</a> is run every time a module is updated to a newer version.</p><p>You can find all administration tasks belonging to a particular module on the <a href="@by-module">administration by module page</a>.</p>', array('@update-php' => $base_url .'/update.php', '@by-module' => url('admin/by-module')));
+      $output .= '<p>'. t('Please note that only core functionality is included by default. To extend Drupal\'s functionality see the <a href="http://drupal.org/project/Modules">contributed modules</a> at <a href="http://drupal.org/">drupal.org</a>').'</p>';
       return $output;
     case 'admin/build/modules/uninstall':
       return '<p>'. t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it. Not all modules support this feature.') .'</p>';
