From 7bbb87dc970c16611e1e48f5f814367a05a78e76 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Oct 2003 21:27:30 +0000 Subject: - Fixed some link titles that were no longer correct due to the menu changes. --- modules/story.module | 2 +- modules/story/story.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/story.module b/modules/story.module index 7429b0a30..17ea3b6c2 100644 --- a/modules/story.module +++ b/modules/story.module @@ -14,7 +14,7 @@ function story_help($section = "admin/help#story") { case 'admin/help#story': $output = "

The story module lets your users submit articles for consideration by the rest of the community, who can vote on them if moderation is enabled. Stories usually follow a publishing flow of submit -> moderate -> post to the main page -> comments. Administrators are able to shortcut this flow as desired.

"; $output .= "In %story-config you can set up an introductory text for story authors, and a floor on the number of words which may be included in a story. This is designed to help discourage the submission of trivially short stories."; - $output = t($output, array("%story-config" => l(t("site configuration » modules » story"), "admin/system/modules/story"))); + $output = t($output, array("%story-config" => l(t("administer") ." » ". t("configuration") ." » ". t("modules") ." » ". t("story"), "admin/system/modules/story"))); break; } diff --git a/modules/story/story.module b/modules/story/story.module index 7429b0a30..17ea3b6c2 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -14,7 +14,7 @@ function story_help($section = "admin/help#story") { case 'admin/help#story': $output = "

The story module lets your users submit articles for consideration by the rest of the community, who can vote on them if moderation is enabled. Stories usually follow a publishing flow of submit -> moderate -> post to the main page -> comments. Administrators are able to shortcut this flow as desired.

"; $output .= "In %story-config you can set up an introductory text for story authors, and a floor on the number of words which may be included in a story. This is designed to help discourage the submission of trivially short stories."; - $output = t($output, array("%story-config" => l(t("site configuration » modules » story"), "admin/system/modules/story"))); + $output = t($output, array("%story-config" => l(t("administer") ." » ". t("configuration") ." » ". t("modules") ." » ". t("story"), "admin/system/modules/story"))); break; } -- cgit v1.2.3