From 0a26c901ef0179de57653e3e49e037ca357a186a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 9 Jan 2008 10:02:46 +0000 Subject: #207931 by ScoutBaker: some links in update.module were pointing to 'logs' instead of 'reports' --- modules/update/update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.module') diff --git a/modules/update/update.module b/modules/update/update.module index 1745d00fe..e9d007f6c 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -74,7 +74,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/logs/updates'), '@update-settings' => url('admin/logs/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/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/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; -- cgit v1.2.3