clarified language

This commit is contained in:
jvvg 2013-06-10 20:14:19 -04:00
parent fea750b14d
commit 4bf8b4e65f

View file

@ -326,7 +326,7 @@ class RequestAccountPage extends SpecialPage {
$out = $this->getOutput(); $out = $this->getOutput();
$out->setPagetitle( $this->msg( "requestaccount" )->escaped() ); $out->setPagetitle( $this->msg( "requestaccount" )->escaped() );
$out->addWikiMsg( 'requestaccount-sent' ); $out->addWikiMsg( 'requestaccount-sent' );
$out->addHTML(' If your request is accepted, your password will be <b>' . md5(strtolower($this->mNotes)) . '</b>.'); $out->addHTML('If your request is accepted, your password will be <b>' . md5(strtolower($this->mNotes)) . '</b>. Please store it in a safe place.');
$out->returnToMain(); $out->returnToMain();
} }