--- loncom/auth/lonroles.pm 2009/10/26 15:54:20 1.235 +++ loncom/auth/lonroles.pm 2009/10/26 21:16:38 1.236 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.235 2009/10/26 15:54:20 bisitz Exp $ +# $Id: lonroles.pm,v 1.236 2009/10/26 21:16:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1173,7 +1173,7 @@ sub findcourse_advice { } $r->print('

'.&mt('Self-Enrollment').'

'. '

'.&mt('The [_1]Course/Community Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created, as well as any communities in the domain.','','',$domdesc).'
'); - $r->print(&mt('You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.').'

'); + $r->print(&mt('You can search for courses and communities which permit self-enrollment, if you would like to enroll in one.').'

'); &queued_selfenrollment($r); return; }