--- loncom/auth/lonroles.pm 2003/06/03 14:08:32 1.58 +++ loncom/auth/lonroles.pm 2003/06/04 22:13:28 1.59 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.58 2003/06/03 14:08:32 bowersj2 Exp $ +# $Id: lonroles.pm,v 1.59 2003/06/04 22:13:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -276,7 +276,7 @@ ENDHEADER $r->print("Author and Co-Author roles may not be available on ". "servers other than your home server."); } else { - $r->print("

Enter a Course

\n"); + $r->print("

Select a Course to Enter

\n"); } if (($ENV{'REDIRECT_QUERY_STRING'}) && ($fn)) { $fn.='?'.$ENV{'REDIRECT_QUERY_STRING'};