summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-25 20:51:41 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-25 20:51:41 +0000
commit987e462b465775bbd34e321b8f4cd7cddfb44164 (patch)
tree64b3e6800bb7f4af7bdffb0200c7b45e1822fbc1 /profiles
parentdad013e52df75f279175cce2a4e9378ecc29843f (diff)
downloadbrdo-987e462b465775bbd34e321b8f4cd7cddfb44164.tar.gz
brdo-987e462b465775bbd34e321b8f4cd7cddfb44164.tar.bz2
- Patch #89196 by John M: fixed quote issue.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile2
1 files changed, 1 insertions, 1 deletions
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 <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page."),
+ 'description' => st("A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page."),
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,