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

schafran schafran@source.lon-capa.org
Sat, 06 Dec 2008 20:35:15 -0000


schafran		Sat Dec  6 20:35:15 2008 EDT

  Modified files:              
    /loncom/interface	resetpw.pm 
  Log:
  consistent notation of e-mail in sentences and E-mail in titles.
  
  
Index: loncom/interface/resetpw.pm
diff -u loncom/interface/resetpw.pm:1.11 loncom/interface/resetpw.pm:1.12
--- loncom/interface/resetpw.pm:1.11	Fri Nov 28 18:28:52 2008
+++ loncom/interface/resetpw.pm	Sat Dec  6 20:35:15 2008
@@ -118,7 +118,7 @@
     my %lt = &Apache::lonlocal::texthash(
                                          unam => 'username',
                                          udom => 'domain',
-                                         uemail => 'Email address in LON-CAPA',
+                                         uemail => 'E-mail address in LON-CAPA',
                                          proc => 'Proceed');
 
     my $msg = &mt('If you use the same account for other campus services besides LON-CAPA, (e.g., e-mail, course registration, etc.), a separate centrally managed mechanism likely exists to reset a password.  However, if your account is used for just LON-CAPA access you will probably be able to reset a password from this page.');