From 234b40b25321e6ddde6815f8fff6dc33fd3317bc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Nov 2001 18:14:46 +0000 Subject: - node system: + Added the "delete node"-link: apparently it got lost during the last commit. Odd. + Changed "Edit node" to "Edit " on the 'edit node'-page of the admin section. (There a 4 "Node"s that still need to be removed though.) + Updated the initial submission page (the old submit.php) to include some descriptions. --- modules/forum.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/forum.module') diff --git a/modules/forum.module b/modules/forum.module index e826fb95e..354b5ad37 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -2,7 +2,8 @@ // $Id$ function forum_node($field) { - $info = array("name" => "discussion forum"); + $info["name"] = t("discussion forum"); + $info["description"] = t("A forum is a threaded discussion, enabling users to communicate about a particular topic."); return $info[$field]; } -- cgit v1.2.3