Better wording for eachuser forum

This commit is contained in:
martin
2002-08-06 04:21:45 +00:00
parent 46a8b35f44
commit f7fe342d6a
+1 -1
View File
@@ -111,7 +111,7 @@
print_simple_box(text_to_html($forum->intro), "CENTER");
echo "<P ALIGN=CENTER>";
if (forum_user_can_post_discussion($forum)) {
echo "This forum allows one discussion topic to be posted per person.";
echo "This forum allows each person to start one discussion topic.";
} else {
echo "&nbsp";
}