--- loncom/auth/lonroles.pm 2005/10/24 21:32:42 1.130 +++ loncom/auth/lonroles.pm 2005/11/01 21:59:24 1.131 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.130 2005/10/24 21:32:42 albertel Exp $ +# $Id: lonroles.pm,v 1.131 2005/11/01 21:59:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -244,7 +244,7 @@ ENDENTERKEY "request.course.id" => $cdom.'_'.$cnum); $furl='/adm/roles?tryagain=1'; $msg= - '

'. + '

'. &mt('Could not initialize course at this time.'). '

'.&mt('Please try again.').'

'.$ferr; } @@ -362,7 +362,7 @@ ENDHEADER } else { if ($env{'user.error.msg'}) { $r->print( - '

'. + '

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

'); } }