summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-25 15:32:56 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-25 15:32:56 +0000
commit1cf05b0019dbacb1d92297fb334369b23f253834 (patch)
tree97bb51cfe8bc079c68fbeb347f033893861750f8 /profiles
parent5ae55b80441adcd6a97ec2c7486dd45b4c9e0420 (diff)
downloadbrdo-1cf05b0019dbacb1d92297fb334369b23f253834.tar.gz
brdo-1cf05b0019dbacb1d92297fb334369b23f253834.tar.bz2
- Patch #89196 by catch, keith, earnie, webchick et al: string massaging.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 9170a023c..c46c8995d 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('If you want to add a static page, like a contact page or an about page, use a 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,
@@ -91,7 +91,7 @@ function default_profile_tasks(&$task) {
'type' => 'story',
'name' => st('Story'),
'module' => 'node',
- 'description' => st('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.'),
+ 'description' => st("A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments."),
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,