@@ -432,7 +432,7 @@ function update_cache_clear_submit($form, &$form_state) {
*/
function_update_no_data(){
$destination=drupal_get_destination();
returnt('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(
returnt('No update information available. <a href="@run_cron">Run cron</a> or <a href="@check_manually">check manually</a>.',array(
$text=t('There was a problem determining the status of available updates for your version of Drupal.',array(),array('langcode'=>$langcode));
$text=t('There was a problem checking <a href="@update-report">available updates</a> for Drupal.',array('@update-report'=>url('admin/reports/updates')),array('langcode'=>$langcode));
}
else{
$text=t('There was a problem determining the status of available updates for one or more of your modules or themes.',array(),array('langcode'=>$langcode));
$text=t('There was a problem checking <a href="@update-report">available updates</a> for your modules or themes.',array('@update-report'=>url('admin/reports/updates')),array('langcode'=>$langcode));