[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 04 Jun 2003 22:13:28 -0000
albertel Wed Jun 4 18:13:28 2003 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- BUG # 1546
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.58 loncom/auth/lonroles.pm:1.59
--- loncom/auth/lonroles.pm:1.58 Tue Jun 3 10:08:32 2003
+++ loncom/auth/lonroles.pm Wed Jun 4 18:13:28 2003
@@ -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 @@
$r->print("Author and Co-Author roles may not be available on ".
"servers other than your home server.");
} else {
- $r->print("<h2>Enter a Course</h2>\n");
+ $r->print("<h2>Select a Course to Enter</h2>\n");
}
if (($ENV{'REDIRECT_QUERY_STRING'}) && ($fn)) {
$fn.='?'.$ENV{'REDIRECT_QUERY_STRING'};