diff options
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r-- | modules/watchdog/watchdog.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index f7f2c59f8..c81b6e352 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -22,10 +22,10 @@ function watchdog_help($section) { $output .= '<p>'. t('The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. Administrators should check the watchdog report on a regular basis to ensure their site is working properly.') .'</p>'; $output .= t('<p>You can</p> <ul> -<li>view watchdog logs at <a href="%admin-watchdog">administer >> watchdog</a>.</li> -<li>view watchdog event logs at <a href="%admin-watchdog-events">administer >> watchdog >> events</a>.</li> +<li>view watchdog logs at <a href="%admin-watchdog">administer >> logs >> watchdog</a>.</li> +<li>view watchdog event logs at <a href="%admin-watchdog-events">administer >> logs >> watchdog >> events</a>.</li> </ul> -', array('%admin-watchdog' => url('admin/watchdog'), '%admin-watchdog-events' => url('admin/watchdog/events'))); +', array('%admin-watchdog' => url('admin/logs/watchdog'), '%admin-watchdog-events' => url('admin/logs/watchdog/events'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%watchdog">Watchdog page</a>.', array('%watchdog' => 'http://drupal.org/handbook/modules/watchdog/')) .'</p>'; return $output; case 'admin/settings/modules#description': |