--- loncom/interface/loncreateuser.pm 2006/06/29 17:40:16 1.125.2.1 +++ loncom/interface/loncreateuser.pm 2006/06/29 17:48:21 1.125.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.125.2.1 2006/06/29 17:40:16 albertel Exp $ +# $Id: loncreateuser.pm,v 1.125.2.2 2006/06/29 17:48:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1586,7 +1586,7 @@ sub custom_role_editor { } my %lt=&Apache::lonlocal::texthash( 'prv' => "Privilege", - 'crl' => "Course/Group Level", + 'crl' => "Course Level", 'dml' => "Domain Level", 'ssl' => "System Level" ); @@ -1736,7 +1736,7 @@ sub course_level_table { 'new' => "Define new section", 'ssd' => "Set Start Date", 'sed' => "Set End Date", - 'crl' => "Course/Group Level", + 'crl' => "Course Level", 'act' => "Activate", 'rol' => "Role", 'ext' => "Extent",