[LON-CAPA-cvs] cvs: loncom /interface resetpw.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 10 Sep 2007 17:18:10 -0000
albertel Mon Sep 10 13:18:10 2007 EDT
Modified files:
/loncom/interface resetpw.pm
Log:
- typo
Index: loncom/interface/resetpw.pm
diff -u loncom/interface/resetpw.pm:1.6 loncom/interface/resetpw.pm:1.7
--- loncom/interface/resetpw.pm:1.6 Wed Mar 7 20:58:45 2007
+++ loncom/interface/resetpw.pm Mon Sep 10 13:18:09 2007
@@ -170,7 +170,7 @@
if ($result eq 'ok') {
$msg .= &mt("An e-mail message 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.<br /><br />The link included in the message will be valid for the next <b>two</b> hours.");
} else {
- $msg .= ("An error occurred when sending a message to the e-mail address associated with your LON-CAPA account. Please contact the [_1] ([_2]) for assistance.",$contact_name,$contact_email);
+ $msg .= &mt("An error occurred when sending a message to the e-mail address associated with your LON-CAPA account. Please contact the [_1] ([_2]) for assistance.",$contact_name,$contact_email);
}
} else {
$msg .= &mt("An error occurred creating a token required for the password reset process. Please contact the [_1] ([_2]) for assistance.",$contact_name,$contact_email);