summaryrefslogtreecommitdiff
path: root/modules/story.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/story.module')
-rw-r--r--modules/story.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/story.module b/modules/story.module
index a611b3346..b2b004be3 100644
--- a/modules/story.module
+++ b/modules/story.module
@@ -9,7 +9,8 @@ function story_conf_options() {
}
function story_node($field) {
- $info = array("name" => "story");
+ $info["name"] = t("story");
+ $info["description"] = t("A story is a post that is submitted to the attention of other users and is queued in the submission queue. Users and moderators vote on the posts they like or dislike, promoting or demoting them. When a post gets above a certain threshold it gets authomatically published to front page.");
return $info[$field];
}