summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-03-10 18:15:14 +0000
committerDries Buytaert <dries@buytaert.net>2008-03-10 18:15:14 +0000
commit05622cf2f927c9badc0d4b3052a3b83a262c0e2d (patch)
tree001c39a8cefdd15288ef574d70a9d9ecae01ac9f /profiles
parent342ec71963040dd5b3972f555c4886f80f3f2a24 (diff)
downloadbrdo-05622cf2f927c9badc0d4b3052a3b83a262c0e2d.tar.gz
brdo-05622cf2f927c9badc0d4b3052a3b83a262c0e2d.tar.bz2
- Patch #197765 by boydjd et al: renamed 'story' to 'article' -- further backed by usability testing at UoM.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 15bda7601..0edc28387 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -99,7 +99,7 @@ function default_profile_tasks(&$task, $url) {
'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 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."),
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,
@@ -107,10 +107,10 @@ function default_profile_tasks(&$task, $url) {
'min_word_count' => '',
),
array(
- 'type' => 'story',
- 'name' => st('Story'),
+ 'type' => 'article',
+ 'name' => st('Article'),
'module' => 'node',
- '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."),
+ '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."),
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,