Index: openacs-4/packages/forums/www/message-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/Attic/message-chunk.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/forums/www/message-chunk.tcl 10 Sep 2002 22:22:56 -0000 1.4 +++ openacs-4/packages/forums/www/message-chunk.tcl 25 Oct 2002 13:00:02 -0000 1.5 @@ -12,7 +12,7 @@ } if {![array exists message]} { - ad_return_complaint 1 "Need to provide a message to display." + ad_return_complaint 1 "[_ forums.lt_Need_to_provide_a_mes]" } if {![exists_and_not_null bgcolor]} { @@ -23,3 +23,6 @@ if {![exists_and_not_null moderate_p]} { set moderate_p 0 } if {![exists_and_not_null forum_moderated_p]} {set forum_moderated_p 0} + + +