--- loncom/auth/migrateuser.pm 2013/09/29 13:07:25 1.19 +++ loncom/auth/migrateuser.pm 2013/12/30 20:55:42 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network # Starts a user off based of an existing token. # -# $Id: migrateuser.pm,v 1.19 2013/09/29 13:07:25 raeburn Exp $ +# $Id: migrateuser.pm,v 1.20 2013/12/30 20:55:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -143,7 +143,7 @@ sub ip_changed { $url .= '/adm/roles?'; } else { $url .= '/adm/login?'; - $message .= '
'.&mt('You will need to provide your password one more time'); + $message .= '
'.&mt('You will need to provide your password one more time.'); } my %info= ( 'domain' => $dataref->{'domain'},