From a55a0d99d1a2bd7368fdbb0831f4864e97af6752 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 2 Aug 2009 08:16:16 +0000 Subject: #412410 by c960657: Make schema descriptions plain text. --- modules/aggregator/aggregator.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/aggregator/aggregator.install') 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 element in the feed.', ), 'description' => array( 'type' => 'text', 'not null' => TRUE, 'size' => 'big', - 'description' => "The parent website's description; comes from the <description> element in the feed.", + 'description' => "The parent website's description; comes from the element in the feed.", ), 'image' => array( 'type' => 'text', -- cgit v1.2.3