diff options
Diffstat (limited to 'modules/throttle')
-rw-r--r-- | modules/throttle/throttle.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index 9f80af747..3b24cc77b 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -13,7 +13,7 @@ function throttle_menu($may_cache) { $items[] = array( 'path' => 'admin/settings/throttle', 'description' => t('Control how your site cuts out content during heavy load.'), - 'title' => t('throttle'), + 'title' => t('Throttle'), 'callback' => 'drupal_get_form', 'callback arguments' => array('throttle_admin_settings'), 'access' => user_access('administer site configuration'), |