diff --git a/ConfirmAccount/frontend/language/RequestAccountPage.i18n.php b/ConfirmAccount/frontend/language/RequestAccountPage.i18n.php index e5aa584..81e3fee 100644 --- a/ConfirmAccount/frontend/language/RequestAccountPage.i18n.php +++ b/ConfirmAccount/frontend/language/RequestAccountPage.i18n.php @@ -72,9 +72,9 @@ You cannot make any more requests.", //Scratch-specific stuff 'requestaccount-user-verification' => 'User verification', - 'requestaccount-code-troubleshoot' => 'Note:If you are having problems with User verification not working, please see our Troubleshooting page', + 'requestaccount-code-troubleshoot' => '\'\'\'Note:\'\'\' If you are having problems with User verification not working, please see our [http://wiki.scratch.mit.edu/wiki/Scratch_Wiki:Become_a_contributor/Verification_code_troubleshooting troubleshooting page]', 'requestaccount-set-pwd' => 'Set password', - 'requestaccount-project-info' => 'Please go to the user verification project and comment the following code:
$2', + 'requestaccount-project-info' => 'Please go to the [$1 user verification project] and comment the following code:
\'\'\'$2\'\'\'', 'requestaccount-project-link' => 'http://scratch.mit.edu/projects/10135908/' ); diff --git a/ConfirmAccount/frontend/specialpages/actions/RequestAccount_body.php b/ConfirmAccount/frontend/specialpages/actions/RequestAccount_body.php index 06c6e39..0c91ada 100644 --- a/ConfirmAccount/frontend/specialpages/actions/RequestAccount_body.php +++ b/ConfirmAccount/frontend/specialpages/actions/RequestAccount_body.php @@ -212,7 +212,7 @@ class RequestAccountPage extends SpecialPage { //Scratch user verification $form .= '
'; $form .= '' . $this->msg('requestaccount-user-verification') . ''; - $form .= '

' . $this->msg('requestaccount-project-info', $this->msg('requestaccount-project-link'), sha1($_SERVER['REMOTE_ADDR'] . date('m'))) . '

+ $form .= '

' . $this->msg('requestaccount-project-info', $this->msg('requestaccount-project-link')->text(), sha1($_SERVER['REMOTE_ADDR'] . date('m'))) . '

' . $this->msg('requestaccount-code-troubleshoot') . '

' . "\n"; $form .= '
';