Index: modules/update/update.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.module,v
retrieving revision 1.19
diff -u -p -r1.19 update.module
--- modules/update/update.module	6 May 2008 12:18:53 -0000	1.19
+++ modules/update/update.module	29 Jun 2008 18:23:48 -0000
@@ -60,6 +60,7 @@ function update_help($path, $arg) {
     case 'admin/reports/updates':
       $output = '<p>' . t('Here you can find information about available updates for your installed modules and themes. Note that each module or theme is part of a "project", which may or may not have the same name, and might include multiple modules or themes within it.') . '</p>';
       $output .= '<p>' . t('To extend the functionality or to change the look of your site, a number of contributed <a href="@modules">modules</a> and <a href="@themes">themes</a> are available.', array('@modules' => 'http://drupal.org/project/modules', '@themes' => 'http://drupal.org/project/themes')) . '</p>';
+      $output .= '<p>' . t('To learn more about upgrading modules, see <a href="@upgrading">Upgrading Drupal modules</a>.', array('@upgrading' => 'http://drupal.org/node/250790')) . '</p>';
       return $output;
     case 'admin/build/themes':
     case 'admin/build/modules':
