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;