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

bisitz lon-capa-cvs-allow@mail.lon-capa.org
Fri, 22 Aug 2008 10:52:56 -0000


bisitz		Fri Aug 22 06:52:56 2008 EDT

  Modified files:              
    /loncom/interface	createaccount.pm 
  Log:
  typo
  
  
Index: loncom/interface/createaccount.pm
diff -u loncom/interface/createaccount.pm:1.24 loncom/interface/createaccount.pm:1.25
--- loncom/interface/createaccount.pm:1.24	Wed Aug 13 04:17:58 2008
+++ loncom/interface/createaccount.pm	Fri Aug 22 06:52:56 2008
@@ -3,7 +3,7 @@
 # institutional log-in ID (institutional authentication required - localauth
 #  or kerberos) or an e-mail address.
 #
-# $Id: createaccount.pm,v 1.24 2008/08/13 08:17:58 bisitz Exp $
+# $Id: createaccount.pm,v 1.25 2008/08/22 10:52:56 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1084,7 +1084,7 @@
     } elsif ($error eq 'existinguser') {
         $msg = &mt('The e-mail address you provided is already in use as a username in LON-CAPA at this institution.');
     } elsif ($error eq 'userrules') {
-        $msg = &mt('Username rules for this LON-CAPA at this institution do not allow the e-mail address you provided to be used as a username.');
+        $msg = &mt('Username rules at this institution do not allow the e-mail address you provided to be used as a username.');
     } elsif ($error eq 'userformat') {
         $msg = &mt('The e-mail address you provided may not be used as a username at this LON-CAPA institution.');
     } elsif ($error eq 'captcha') {