--- loncom/html/adm/helper/course.initialization.helper 2005/04/07 06:56:22 1.15 +++ loncom/html/adm/helper/course.initialization.helper 2006/10/17 15:04:59 1.17 @@ -87,7 +87,7 @@ Teaching Assistants - teaching assistants will not be able use or view the chat room Instructor - instructors will not be able to use or view the chat room - my $denied = &{$helper->{DATA}->{GETVAL}}('plch.roles.denied'); + my $denied = &{$helper->{DATA}->{GETVAL}}('plc.roles.denied'); $denied =~ s/,/\|\|\|/g; return $denied; @@ -105,10 +105,10 @@ $denied =~ s/,([^,]*)$/, and\1/; } if ($denied) { - $denied = substr($denied, 1) . ' not allowed to participate in discussion.'; + $denied = substr($denied, 1) . ' not allowed to participate in live chatroom.'; $denied = ucfirst($denied); } else { - $denied = 'Everyone can participate in discussion.'; + $denied = 'Everyone can participate in live chatroom.'; } return $denied; } else {