### Eclipse Workspace Patch 1.0
#P drupal7
Index: modules/update/update.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.module,v
retrieving revision 1.53
diff -u -r1.53 update.module
--- modules/update/update.module	25 Oct 2009 19:52:47 -0000	1.53
+++ modules/update/update.module	21 Nov 2009 23:17:28 -0000
@@ -432,7 +432,7 @@
  */
 function _update_no_data() {
   $destination = drupal_get_destination();
-  return t('No information is available about potential new releases for currently installed modules and themes. To check for updates, you may need to <a href="@run_cron">run cron</a> or you can <a href="@check_manually">check manually</a>. Please note that checking for available updates can take a long time, so please be patient.', array(
+  return t('No update information available. <a href="@run_cron">Run cron</a> or <a href="@check_manually">check manually</a>.', array(
     '@run_cron' => url('admin/reports/status/run-cron', array('query' => $destination)),
     '@check_manually' => url('admin/reports/updates/check', array('query' => $destination)),
   ));
