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

bisitz bisitz@source.lon-capa.org
Sun, 24 May 2009 00:05:05 -0000


bisitz		Sun May 24 00:05:05 2009 EDT

  Modified files:              
    /loncom/interface	selfenroll.pm 
  Log:
  Consistent Wording (-> rev. 1.19)
  (message is internal, e-mail is external)
  
  
Index: loncom/interface/selfenroll.pm
diff -u loncom/interface/selfenroll.pm:1.19 loncom/interface/selfenroll.pm:1.20
--- loncom/interface/selfenroll.pm:1.19	Sat May 23 20:21:09 2009
+++ loncom/interface/selfenroll.pm	Sun May 24 00:05:04 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Allow users to self-enroll in a course
 #
-# $Id: selfenroll.pm,v 1.19 2009/05/23 20:21:09 truskell Exp $
+# $Id: selfenroll.pm,v 1.20 2009/05/24 00:05:04 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -563,7 +563,7 @@
             }
             $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('To access your LON-CAPA email, go to the Main Menu and click on "Send and Receive Messages".').'<br />';
+                      &mt('To access your LON-CAPA message, 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'};