f007ce67839f583f629373c17d45e774e20f4e77 chinhli Tue Jul 9 11:27:33 2013 -0700 Feature #9526 tweak wording on hgLogin messages. diff --git src/hg/hgLogin/hgLogin.c src/hg/hgLogin/hgLogin.c index 56f0941..55698e6 100644 --- src/hg/hgLogin/hgLogin.c +++ src/hg/hgLogin/hgLogin.c @@ -391,34 +391,34 @@ "//-->" "\n" "", hgLoginHost); } } void displayMailSuccess() /* display mail success confirmation box */ { char *sendMailTo = cartUsualString(cart, "hgLogin_sendMailTo", ""); char *sendMailContain = cartUsualString(cart, "hgLogin_sendMailContain", ""); hPrintf( "
" "

%s

", brwName); hPrintf( - "

An email has been sent to %s " - "containing %s information that you requested.

" + "

All usernames on file (if any) for %s " + "have been sent to that address.

" " If %s is not your registered email address, you will not receive an email." - " If you can't find the message we sent you, please contact %s for help.

", sendMailTo, sendMailContain, sendMailTo, returnAddr); + " If you can't find the message we sent you, please contact %s for help.

", sendMailTo, sendMailTo, returnAddr); hPrintf( "

Return to Login

"); 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( "
"