[LON-CAPA-cvs] cvs: modules /msu localenroll.pm

raeburn lon-capa-cvs@mail.lon-capa.org
Tue, 20 Apr 2004 19:59:02 -0000


raeburn		Tue Apr 20 15:59:02 2004 EDT

  Modified files:              
    /modules/msu	localenroll.pm 
  Log:
  Modify wording and fix typo.
  
  
Index: modules/msu/localenroll.pm
diff -u modules/msu/localenroll.pm:1.7 modules/msu/localenroll.pm:1.8
--- modules/msu/localenroll.pm:1.7	Tue Apr 20 15:19:09 2004
+++ modules/msu/localenroll.pm	Tue Apr 20 15:59:02 2004
@@ -188,14 +188,14 @@
                     }
                     $outcome = 'ok';
 	        } else {
-                    $outcome = "Inclusion of enrollment could not be established for the course section $course_id because the owner of this LON-CAPA course ($owner) is not included in CLIFMS as instructional faculty for the requested semester, course and section. Please contact the administrator of the department that controls course $course_id and ask for $owner to be added as faculty.";
+                    $outcome = "Inclusion of enrollment could not be established for the course section $course_id because the owner of this LON-CAPA course ($owner) is not included in CLIFMS as instructional faculty for the requested semester, course and section. Please contact the administrator of the department that controls course $course_id and ask for $owner to be added as faculty or supervisor.";
                 }
                 &disconnect_DB($dbh);
 	    } else {
                 $outcome = "Inclusion of enrollment could not be established, because a connection to the Registrar's database failed.\n";
             }
         } else {
-            $outcome = "Inclusion of enrollment could not be established becauses $course_id is not a valid MSU course section.";
+            $outcome = "Inclusion of enrollment could not be established because $course_id is not a valid MSU course section.";
         }
     }
     return $outcome;