fe499c7de22ff4b50468b41e3e4bcc171b3680ef chinhli Mon Oct 15 14:31:21 2012 -0700 redmine #9151 note #10 -- missing 'the' in the confirm message fixed. diff --git src/hg/hgLogin/hgLogin.c src/hg/hgLogin/hgLogin.c index f4ee624..8fe4c71 100644 --- src/hg/hgLogin/hgLogin.c +++ src/hg/hgLogin/hgLogin.c @@ -407,31 +407,31 @@ cartRemove(cart, "hgLogin_helpWith"); cartRemove(cart, "hgLogin_email"); cartRemove(cart, "hgLogin_userName"); cartRemove(cart, "hgLogin_sendMailTo"); cartRemove(cart, "hgLogin_sendMailContain"); } void displayMailSuccessPwd() /* display mail success confirmation box */ { char *username = cgiUsualString("user",""); hPrintf( "
An email containing password reset information has been sent to registered email address of %s.
"
+ "
An email containing password reset information has been sent to the registered email address of %s.
"
" If you do not receive an email, please contact genome-www@soe.ucsc.edu for help.