summaryrefslogtreecommitdiff
path: root/modules/block/block.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/block.install')
-rw-r--r--modules/block/block.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/block/block.install b/modules/block/block.install
index 95129143b..1a41fd433 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -187,8 +187,8 @@ function block_schema() {
'size' => 'small',
'not null' => TRUE,
'default' => 0,
- 'description' => "Block body's {filter_format}.format; for example, 1 = Filtered HTML.",
- )
+ 'description' => 'The {filter_format}.format of the block body.',
+ ),
),
'unique keys' => array(
'info' => array('info'),