summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index f0042bc38..c9eed300f 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -974,7 +974,7 @@ function system_schema() {
'not null' => TRUE,
'default' => 0),
'throttle' => array(
- 'description' => t('Boolean indicating whether this item is disabled when the throttle.module disables throttlable items.'),
+ 'description' => t('Boolean indicating whether this item is disabled when the throttle.module disables throttleable items.'),
'type' => 'int',
'not null' => TRUE,
'default' => 0,