diff options
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>'; |