summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-11-10 01:41:15 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-11-10 01:41:15 +0000
commit6d4f610d9f75d47ea0145c21d4f1cec58fbc0e7c (patch)
tree0152de8592d787f93ed34d9d1615698fa1418e86
parent234b40b25321e6ddde6815f8fff6dc33fd3317bc (diff)
downloadbrdo-6d4f610d9f75d47ea0145c21d4f1cec58fbc0e7c.tar.gz
brdo-6d4f610d9f75d47ea0145c21d4f1cec58fbc0e7c.tar.bz2
Fixed typo/language errors in blog description (was this written at 3am by any chance? :)
-rw-r--r--modules/blog.module2
-rw-r--r--modules/blog/blog.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog.module b/modules/blog.module
index 39be32ae0..a79f0abf8 100644
--- a/modules/blog.module
+++ b/modules/blog.module
@@ -13,7 +13,7 @@ function blog_node($field) {
global $user;
$info["name"] = t("personal blog");
- $info["description"] = t("A blog is your personal diary or journal. It is made up of individual entries that are time stamped and are typically arranged by the day, as normal a diary. Blogs often contain links to things you've seen, or on which you agree/disagree. Since a Blog is your personal, you and only you have full control on what you publish. The most insteresting blogs, or those blogs that fits the site's topic might get promoted to the front page.");
+ $info["description"] = t("A blog is your personal diary or journal. It is made up of individual entries that are time stamped and are typically arranged by the day, as normal a diary. Blogs often contain links to things you've seen, or on which you agree/disagree. Since a Blog is personal, you and only you have full control on what you publish. The most interesting blogs, or those blogs that fit the site's topic might get promoted to the front page.");
return $info[$field];
}
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index 39be32ae0..a79f0abf8 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -13,7 +13,7 @@ function blog_node($field) {
global $user;
$info["name"] = t("personal blog");
- $info["description"] = t("A blog is your personal diary or journal. It is made up of individual entries that are time stamped and are typically arranged by the day, as normal a diary. Blogs often contain links to things you've seen, or on which you agree/disagree. Since a Blog is your personal, you and only you have full control on what you publish. The most insteresting blogs, or those blogs that fits the site's topic might get promoted to the front page.");
+ $info["description"] = t("A blog is your personal diary or journal. It is made up of individual entries that are time stamped and are typically arranged by the day, as normal a diary. Blogs often contain links to things you've seen, or on which you agree/disagree. Since a Blog is personal, you and only you have full control on what you publish. The most interesting blogs, or those blogs that fit the site's topic might get promoted to the front page.");
return $info[$field];
}