--- loncom/auth/lonroles.pm 2010/01/02 18:41:56 1.231.4.5 +++ loncom/auth/lonroles.pm 2010/01/02 18:49:20 1.231.4.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.231.4.5 2010/01/02 18:41:56 raeburn Exp $ +# $Id: lonroles.pm,v 1.231.4.6 2010/01/02 18:49:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -663,7 +663,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.'). + ''); } } }