summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-05-15 21:27:32 +0000
committerDries Buytaert <dries@buytaert.net>2008-05-15 21:27:32 +0000
commit6b88e61700f87c98442534e4c9a2604b1cd8a057 (patch)
treec0b81015fd3a743639eab0f366b0bec188055fb6 /modules/aggregator/aggregator.install
parent7cd8427f65b870300e1aa8ea1229dd61beff18d3 (diff)
downloadbrdo-6b88e61700f87c98442534e4c9a2604b1cd8a057.tar.gz
brdo-6b88e61700f87c98442534e4c9a2604b1cd8a057.tar.bz2
- Patch #256793 by Senpai and flobruit: code clean up.
Diffstat (limited to 'modules/aggregator/aggregator.install')
-rw-r--r--modules/aggregator/aggregator.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index cacb16a7a..3b9c181b4 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -230,7 +230,7 @@ function aggregator_schema() {
'timestamp' => array(
'type' => 'int',
'not null' => FALSE,
- 'description' => t('Post date of feed item, as a Unix timestamp.'),
+ 'description' => t('Posted date of the feed item, as a Unix timestamp.'),
),
'guid' => array(
'type' => 'varchar',