diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-05-15 21:27:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-05-15 21:27:32 +0000 |
commit | 6b88e61700f87c98442534e4c9a2604b1cd8a057 (patch) | |
tree | c0b81015fd3a743639eab0f366b0bec188055fb6 /modules/aggregator/aggregator.install | |
parent | 7cd8427f65b870300e1aa8ea1229dd61beff18d3 (diff) | |
download | brdo-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.install | 2 |
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', |