From a806b7bc3994db768bd9f6ec2b563453723f57d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 19 Dec 2007 22:18:15 +0000 Subject: #202473 by keith.smith: three more typos fixed --- modules/system/system.install | 2 +- modules/system/system.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system') 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, diff --git a/modules/system/system.module b/modules/system/system.module index 497a20787..ff8f7a0ed 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -54,7 +54,7 @@ function system_help($path, $arg) { $output .= ''; $output .= '

'. t('For more information, see the online handbook entry for System module.', array('@system' => 'http://drupal.org/handbook/modules/system/')) .'

'; return $output; -- cgit v1.2.3