--- loncom/interface/createaccount.pm 2008/08/13 08:17:58 1.24 +++ loncom/interface/createaccount.pm 2008/08/22 10:52:56 1.25 @@ -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 @@ sub invalid_state { } 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') {