From 82b51dff1d2fd90b439129c70b415d30a06d1bce Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Sep 2009 06:32:54 +0000 Subject: - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. --- modules/update/update.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/update') diff --git a/modules/update/update.module b/modules/update/update.module index 7f474d24e..80849031a 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -95,7 +95,7 @@ function update_help($path, $arg) { case 'admin/help#update': $output = '

' . t("The Update status module periodically checks for new versions of your site's software (including contributed modules and themes), and alerts you to available updates.") . '

'; - $output .= '

' . t('The report of available updates will alert you when new releases are available for download. You may configure options for update checking frequency and notifications at the Update status module settings page.', array('@update-report' => url('admin/reports/updates'), '@update-settings' => url('admin/settings/updates'))) . '

'; + $output .= '

' . t('The report of available updates will alert you when new releases are available for download. You may configure options for update checking frequency and notifications at the Update status module settings page.', array('@update-report' => url('admin/reports/updates'), '@update-settings' => url('admin/reports/updates/settings'))) . '

'; $output .= '

' . t('Please note that in order to provide this information, anonymous usage statistics are sent to drupal.org. If desired, you may disable the Update status module from the module administration page.', array('@modules' => url('admin/config/modules'))) . '

'; $output .= '

' . t('For more information, see the online handbook entry for Update status module.', array('@update' => 'http://drupal.org/handbook/modules/update')) . '

'; return $output; @@ -428,7 +428,7 @@ function update_mail($key, &$message, $params) { } $message['body'][] = t('See the available updates page for more information:', array(), array('langcode' => $langcode)) . "\n" . url('admin/reports/updates', array('absolute' => TRUE, 'language' => $language)); - $settings_url = url('admin/settings/updates', array('absolute' => TRUE)); + $settings_url = url('admin/reports/updates/settings', array('absolute' => TRUE)); if (variable_get('update_notification_threshold', 'all') == 'all') { $message['body'][] = t('Your site is currently configured to send these emails when any updates are available. To get notified only for security updates, please visit !url.', array('!url' => $settings_url)); } -- cgit v1.2.3