summaryrefslogtreecommitdiff
path: root/modules/throttle/throttle.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/throttle/throttle.module')
-rw-r--r--modules/throttle/throttle.module4
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'),