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