summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-27 11:11:53 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-27 11:11:53 +0000
commit3ae64656b509623868b67fa5f4055e638028dcbc (patch)
treebcc7703e259f6d725808f2ca2f4021d8b48b3923 /profiles
parent9850918acff46a71f815fe86ce0499a02823de3c (diff)
downloadbrdo-3ae64656b509623868b67fa5f4055e638028dcbc.tar.gz
brdo-3ae64656b509623868b67fa5f4055e638028dcbc.tar.bz2
- Patch #233200 by eigentor, catch, bohjan, yoroy et al: better content type descriptions.
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 e35a98374..45e8e18e5 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -168,7 +168,7 @@ function default_profile_tasks(&$task, $url) {
'type' => 'page',
'name' => st('Page'),
'base' => 'node_content',
- 'description' => st("A <em>page</em>, similar in form to an <em>article</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("Use <em>pages</em> for your static content, such as an 'About us' page."),
'custom' => 1,
'modified' => 1,
'locked' => 0,
@@ -177,7 +177,7 @@ function default_profile_tasks(&$task, $url) {
'type' => 'article',
'name' => st('Article'),
'base' => 'node_content',
- 'description' => st("An <em>article</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 an <em>article</em> entry. By default, an <em>article</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments."),
+ 'description' => st('Use <em>articles</em> for time-specific content like news, press releases or blog posts.'),
'custom' => 1,
'modified' => 1,
'locked' => 0,