Index: update.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.module,v
retrieving revision 1.17
diff -u -r1.17 update.module
--- update.module	30 Jan 2008 10:14:42 -0000	1.17
+++ update.module	15 Jun 2008 07:40:40 -0000
@@ -58,8 +58,11 @@
 function update_help($path, $arg) {
   switch ($path) {
     case 'admin/reports/updates':
+      global $base_url;
+
       $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('It is important that <a href="@update-php">update.php</a> is run every time a module is updated to a newer version.', array('@update-php' => $base_url .'/update.php')) .'</p>';      
       return $output;
     case 'admin/build/themes':
     case 'admin/build/modules':
