summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-07 16:55:38 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-07 16:55:38 +0000
commit60352821bfd61c266c6cda5f797cc7036a9499d2 (patch)
tree9bdf38ec0b9c752caab1397a24a21fff78099151 /modules/blog
parent1365740f6eab386aa16ba39c6f324a3c30adb78d (diff)
downloadbrdo-60352821bfd61c266c6cda5f797cc7036a9499d2.tar.gz
brdo-60352821bfd61c266c6cda5f797cc7036a9499d2.tar.bz2
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
- Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php.
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index ca19a446f..fceb01867 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -73,7 +73,7 @@ function blog_help($section) {
case 'node/add/blog':
return variable_get('blog_help', '');
case 'node/add#blog':
- return t("A blog is a regularly updated journal made up of individual entries, often called posts, that are time stamped and typically arranged by the day, with the newest on top (a diary is the reverse). They tend to be quite personal, often containing links to things you've seen, or to editorials that you find interesting. Some blogs also contain original material written solely for the blog. Since a Blog is personal, you and only you have full control over what you publish. The most interesting blog entries or those blog entries that fit the site's topic well might get promoted to the front page by the community or by users with the access do this.");
+ return t("A blog is a regularly updated journal or diary made up of individual posts shown in reversed chronological order. A blog is tightly coupled to the author so each user will have his 'own' blog.");
}
}