--- loncom/auth/lonroles.pm 2009/02/09 04:14:03 1.216 +++ loncom/auth/lonroles.pm 2009/02/26 16:17:33 1.217 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.216 2009/02/09 04:14:03 raeburn Exp $ +# $Id: lonroles.pm,v 1.217 2009/02/26 16:17:33 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -537,7 +537,7 @@ ENDENTERKEY my $brcrum =[{href=>"/admm/roles",text=>"User Roles"}]; my $swinfo=&Apache::lonmenu::rawconfig(); - my $start_page=&Apache::loncommon::start_page('User Roles',undef,{bread_crumbs=>$brcrum}); + my $start_page=&Apache::loncommon::start_page('My Roles',undef,{bread_crumbs=>$brcrum}); my $standby=&mt('Role selected. Please stand by.'); $standby=~s/\n/\\n/g; my $noscript=''.&mt('Use of LON-CAPA requires Javascript to be enabled in your web browser.').'
'.&mt('As this is not the case, most functionality in the system will be unavailable.').'

';