From 9e2b5880c5861a77fe733c87378e74283d19277d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 22 Jan 2010 22:54:04 +0000 Subject: - Patch #691456 by Boobaa: removed extra apostrophe in blog.module. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 95cedfcb1..9e7d83b49 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -40,7 +40,7 @@ function blog_help($path, $arg) { switch ($path) { case 'admin/help#blog': $output = '

' . t('About') . '

'; - $output .= '

' . t("The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.", array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '

'; + $output .= '

' . t("The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.", array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Single-user blogs') . '
'; -- cgit v1.2.3