diff options
Diffstat (limited to 'modules/aggregator/aggregator.install')
-rw-r--r-- | modules/aggregator/aggregator.install | 4 |
1 files changed, 2 insertions, 2 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 <description> element in the feed.", + 'description' => "The parent website's description; comes from the <description> element in the feed.", ), 'image' => array( 'type' => 'text', |