diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
commit | 729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch) | |
tree | a88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/throttle/throttle.module | |
parent | bda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff) | |
download | brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.gz brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.bz2 |
- Patch #77422 by timcn: corrected various paths in the documentation.
Diffstat (limited to 'modules/throttle/throttle.module')
-rw-r--r-- | modules/throttle/throttle.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index 52aa2ddfc..8526e2ad0 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -125,9 +125,9 @@ function throttle_help($section) { $output .= '<p>'. t('The congestion control throttle can be automatically enabled when the number of anonymous or authenticated users currently visiting the site exceeds the specified threshold. ') .'</p>'; $output .= t('<p>You can</p> <ul> -<li>enable throttle for modules at <a href="%admin-modules">administer >> module</a>.</li> -<li>enable throttle for blocks at <a href="%admin-block">administer >> block</a>.</li> -<li>administer throttle at <a href="%admin-settings-throttle">administer >> settings >> throttle</a>.</li> +<li>enable throttle for modules at <a href="%admin-modules">administer >> site configuration >> modules</a>.</li> +<li>enable throttle for blocks at <a href="%admin-block">administer >> site building >> blocks</a>.</li> +<li>administer throttle at <a href="%admin-settings-throttle">administer >> site configuration >> throttle</a>.</li> </ul> ', array('%admin-modules' => url('admin/settings/modules'), '%admin-block' => url('admin/build/block'), '%admin-settings-throttle' => url('admin/settings/throttle'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%throttle">Throttle page</a>.', array('%throttle' => 'http://drupal.org/handbook/modules/throttle/')) .'</p>'; |