--- loncom/auth/lonroles.pm 2009/10/25 14:48:43 1.234 +++ loncom/auth/lonroles.pm 2009/10/26 15:54:20 1.235 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.234 2009/10/25 14:48:43 raeburn Exp $ +# $Id: lonroles.pm,v 1.235 2009/10/26 15:54:20 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -675,7 +675,8 @@ ENDHEADER } else { $r->print( '

'. - &mt('You need to choose another user role or enter a specific course or community for this function').'

'); + &mt('You need to choose another user role or enter a specific course or community for this function.'). + ''); } } } @@ -720,7 +721,7 @@ ENDHEADER ,'' ,'',$domdesc) .'
' - .&mt('If a course or community is [_1]not[_2] in your list of current courses below,' + .&mt('If a course or community is [_1]not[_2] in your list of current courses and communities below,' .' you may be able to enroll if self-enrollment is permitted.' ,'','') .'

' @@ -1170,9 +1171,9 @@ sub findcourse_advice { } else { $r->print(&mt('If you were expecting to see an active role listed for a particular course, that course may not have been created yet.').'
'); } - $r->print('

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

'. + $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 catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.').'

'); + $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.').'

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