summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/aggregator/aggregator.install4
-rw-r--r--modules/block/block.install2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index 9d3733312..e992e70d3 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -159,13 +159,13 @@ function aggregator_schema() {
'length' => 255,
'not null' => TRUE,
'default' => '',
- 'description' => 'The parent website of the feed; comes from the <link> element in the feed.',
+ 'description' => 'The parent website of the feed; comes from the <link> element in the feed.',
),
'description' => array(
'type' => 'text',
'not null' => TRUE,
'size' => 'big',
- 'description' => "The parent website's description; comes from the &lt;description&gt; element in the feed.",
+ 'description' => "The parent website's description; comes from the <description> element in the feed.",
),
'image' => array(
'type' => 'text',
diff --git a/modules/block/block.install b/modules/block/block.install
index b3c207996..5a15da091 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -84,7 +84,7 @@ function block_schema() {
'length' => 64,
'not null' => TRUE,
'default' => '',
- 'description' => 'Custom title for the block. (Empty string will use block default title, &lt;none&gt; will remove the title, text will cause block to use specified title.)',
+ 'description' => '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',