--- loncom/interface/resetpw.pm 2013/07/19 16:17:07 1.33 +++ loncom/interface/resetpw.pm 2013/07/19 18:24:17 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network # Allow access to password changing via a token sent to user's e-mail. # -# $Id: resetpw.pm,v 1.33 2013/07/19 16:17:07 bisitz Exp $ +# $Id: resetpw.pm,v 1.34 2013/07/19 18:24:17 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -225,7 +225,10 @@ sub send_token { my $result = &send_mail($domdesc,$email,$mailmsg,$contact_name, $contact_email); if ($result eq 'ok') { - $msg .= &mt("An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.

The link included in the message will be valid for the next two hours."); + $msg .= + &mt('An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.') + .'

' + .&mt('The link included in the message will be valid for the next [_1]two[_2] hours.','',''); } else { $msg .= '

'