summaryrefslogtreecommitdiff
path: root/modules/throttle/throttle.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-10-22 08:28:47 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-10-22 08:28:47 +0000
commit36d44fbfb07e4682f219368e1424c58fc61315a1 (patch)
treed6a5363c6ec34a5b81aac6fee283ee7479d45ea4 /modules/throttle/throttle.module
parentc93c0fc7000f5cbb78ac2715ace58c28b789dc81 (diff)
downloadbrdo-36d44fbfb07e4682f219368e1424c58fc61315a1.tar.gz
brdo-36d44fbfb07e4682f219368e1424c58fc61315a1.tar.bz2
#84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc
Diffstat (limited to 'modules/throttle/throttle.module')
-rw-r--r--modules/throttle/throttle.module2
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'),