diff options
Diffstat (limited to 'modules/block/block.install')
-rw-r--r-- | modules/block/block.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.install b/modules/block/block.install index 5abac2c60..25e8186a6 100644 --- a/modules/block/block.install +++ b/modules/block/block.install @@ -79,7 +79,7 @@ function block_schema() { 'length' => 64, 'not null' => TRUE, 'default' => '', - 'description' => t('Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)'), + 'description' => t('Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)'), ), 'cache' => array( 'type' => 'int', |