--- loncom/interface/groupboards.pm 2013/07/15 14:32:45 1.17 +++ loncom/interface/groupboards.pm 2013/08/17 00:34:29 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network # Group Bulletin Boards Manager # -# $Id: groupboards.pm,v 1.17 2013/07/15 14:32:45 bisitz Exp $ +# $Id: groupboards.pm,v 1.19 2013/08/17 00:34:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -109,7 +109,7 @@ sub handler { &create_board($cdom,$cnum,$group,$env{'form.newbul'}); if ($outcome eq 'ok') { my ($furl,$ferr)= &Apache::lonuserstate::readmap($cdom.'/'.$cnum); - $r->print(&mt('The new discussion board was added successfully.
')); + $r->print(&mt('The new discussion board was added successfully.').'
'); $r->print(''. @@ -120,7 +120,9 @@ sub handler { if ($lockfreed ne 'ok') { $r->print(&mt('There was a problem removing a lockfile for the group ([_1]).',$description).'
'. &mt('This may prevent creation of additional bulletin boards in this group.').'
'. - &mt('Please contact the domain coordinator for your LON-CAPA domain.')); + &mt('Please contact the [_1]helpdesk[_2] for assistance.', + '','') + ); } } else { $r->print(&mt('There was a problem creating the new discussion board - [_1]',''.$outcome.'').'
'.
'. ''.&mt('Edit [_1] board',$bbtitle).'