diff --git a/modules/update/update.module b/modules/update/update.module index 7ccf2bc5db79ce9405436820b45b9d536af933a5..24f47fff518981a7a23855778ea139be751aa89f 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -84,7 +84,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/reports/updates/settings'))) . '

'; + $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('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/build/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;