From 63178f883b288b1c856905dd4b0825997d5bb5e2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 3 Dec 2003 06:39:43 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2740 --- html/forum/forum.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/forum/forum.inc b/html/forum/forum.inc index 8446d9d6cf..6af669de90 100644 --- a/html/forum/forum.inc +++ b/html/forum/forum.inc @@ -429,7 +429,7 @@ function show_forum_title($forum=NULL, $thread=NULL, $helpdesk=false) { if ($helpdesk) { echo "", " Questions and problems : "; } else { - echo "", " Messages boards : "; + echo "", " Message boards : "; } echo "id, "\">", $forum->title, " : "; echo $thread->title;