From 36d44fbfb07e4682f219368e1424c58fc61315a1 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 22 Oct 2006 08:28:47 +0000 Subject: #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc --- modules/throttle/throttle.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/throttle') 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'), -- cgit v1.2.3