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

truskell truskell@source.lon-capa.org
Sat, 23 May 2009 20:21:09 -0000


truskell		Sat May 23 20:21:09 2009 EDT

  Modified files:              
    /loncom/interface	selfenroll.pm 
  Log:
  Added explanation for retrieving LON-CAPA email.
  
  
Index: loncom/interface/selfenroll.pm
diff -u loncom/interface/selfenroll.pm:1.18 loncom/interface/selfenroll.pm:1.19
--- loncom/interface/selfenroll.pm:1.18	Sat May 16 23:21:00 2009
+++ loncom/interface/selfenroll.pm	Sat May 23 20:21:09 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Allow users to self-enroll in a course
 #
-# $Id: selfenroll.pm,v 1.18 2009/05/16 23:21:00 bisitz Exp $
+# $Id: selfenroll.pm,v 1.19 2009/05/23 20:21:09 truskell Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -562,7 +562,8 @@
                 $warning = &mt('An error occurred saving a personal record of your request.');
             }
             $output = &mt('Your request for self-enrollment has been recorded.').'<br />'.
-                      &mt('A message will be sent to your LON-CAPA account when the course coordinator takes action on your request.').'<br />';
+                      &mt('A message will be sent to your LON-CAPA account when the course coordinator takes action on your request.').'<br />'.
+                      &mt('To access your LON-CAPA email, go to the Main Menu and click on "Send and Receive Messages".').'<br />';
             my %emails = &Apache::loncommon::getemails($uname,$udom);
             if (($emails{'permanentemail'} ne '') || ($emails{'notification'} ne '')) {
                 my $address = $emails{'permanentemail'};