From 05622cf2f927c9badc0d4b3052a3b83a262c0e2d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Mar 2008 18:15:14 +0000 Subject: - Patch #197765 by boydjd et al: renamed 'story' to 'article' -- further backed by usability testing at UoM. --- profiles/default/default.profile | 8 ++++---- 1 file 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 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 an article, 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, @@ -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 story, similar in form to a page, 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 story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments."), + 'description' => st("An article, similar in form to a page, 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 article entry. By default, an article entry is automatically featured on the site's initial home page, and provides the ability to post comments."), 'custom' => TRUE, 'modified' => TRUE, 'locked' => FALSE, -- cgit v1.2.3