--- loncom/interface/createaccount.pm 2010/11/29 15:12:25 1.42 +++ loncom/interface/createaccount.pm 2010/12/01 21:38:29 1.43 @@ -3,7 +3,7 @@ # institutional log-in ID (institutional authentication required - localauth # or kerberos) or an e-mail address. # -# $Id: createaccount.pm,v 1.42 2010/11/29 15:12:25 raeburn Exp $ +# $Id: createaccount.pm,v 1.43 2010/12/01 21:38:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1144,7 +1144,7 @@ sub invalid_state { } 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') { - $msg .= &mt('Validation of the code your entered failed.'); + $msg .= &mt('Validation of the code you entered failed.'); } elsif ($error eq 'noemails') { $msg .= &mt('Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'); }