From 0664586554aee599ea10462f1e9203416040dabb Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 2 Feb 2004 01:55:08 +0000 Subject: Typo --- modules/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 060d46dc9..dfb9afb04 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -62,7 +62,7 @@ function blog_help($section) { $output .= t("Enables keeping a blog or easily and regularly updated web page."); break; case 'admin/system/modules/blog': - $output .= t("A weblog is a running journal of a users ideas. Enter the minimum word count for a single entry, and the text displayed on the entry submission form"); + $output .= 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"); break; case 'node/add/blog': $output = variable_get('blog_help', ''); -- cgit v1.2.3