summaryrefslogtreecommitdiff
path: root/modules/throttle
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-30 17:03:29 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-30 17:03:29 +0000
commit7d4f2836ba303c3ac2657eb019419c04471fb034 (patch)
treed0e6024a791b6d00e16d60284de879d9deae7156 /modules/throttle
parentb93ce19a9c04870647eb4567b94d3a894ba280e7 (diff)
downloadbrdo-7d4f2836ba303c3ac2657eb019419c04471fb034.tar.gz
brdo-7d4f2836ba303c3ac2657eb019419c04471fb034.tar.bz2
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
Diffstat (limited to 'modules/throttle')
-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'),