[LON-CAPA-cvs] cvs: loncom /interface loncreateuser.pm

bisitz lon-capa-cvs-allow@mail.lon-capa.org
Wed, 04 Jun 2008 21:24:20 -0000


bisitz		Wed Jun  4 17:24:20 2008 EDT

  Modified files:              
    /loncom/interface	loncreateuser.pm 
  Log:
  Wording: Automated Enrollment Manager (without "Student")
  
  
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.241 loncom/interface/loncreateuser.pm:1.242
--- loncom/interface/loncreateuser.pm:1.241	Mon Jun  2 21:13:27 2008
+++ loncom/interface/loncreateuser.pm	Wed Jun  4 17:24:20 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.241 2008/06/03 01:13:27 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.242 2008/06/04 21:24:20 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3105,7 +3105,7 @@
               });
         if (!exists($permission->{'cusr_section'})) {
             push(@courselinks,
-               { text => 'Automated Student Enrollment Manager',
+               { text => 'Automated Enrollment Manager',
                  help => 'Course_Automated_Enrollment',
                  permission => (&Apache::lonnet::auto_run($cnum,$cdom)
                                 && $permission->{'cusr'}),