diff options
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r-- | modules/blog/blog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module index c72cf0ed8..eb95fbf5e 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -69,7 +69,7 @@ function blog_help($section) { case 'admin/modules#description': return t('Enables keeping an easily and regularly updated web page or a blog.'); case 'admin/settings/blog': - return t("A weblog is a running journal of a user's ideas. Enter the minimum word count for a single entry, and the text displayed on the entry submission form"); + return t("<p>A weblog is a running journal of a user's ideas. Enter the minimum word count for a single entry, and the text displayed on the entry submission form.</p>"); case 'node/add/blog': return variable_get('blog_help', ''); case 'node/add#blog': |