From 987e462b465775bbd34e321b8f4cd7cddfb44164 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Oct 2007 20:51:41 +0000 Subject: - Patch #89196 by John M: fixed quote issue. --- profiles/default/default.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/default/default.profile b/profiles/default/default.profile index c46c8995d..7f33cf5ba 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -80,7 +80,7 @@ function default_profile_tasks(&$task) { 'type' => 'page', 'name' => st('Page'), 'module' => 'node', - 'description' => st("A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site's initial home page."), + 'description' => st("A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site's initial home page."), 'custom' => TRUE, 'modified' => TRUE, 'locked' => FALSE, -- cgit v1.2.3