Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -218,6 +218,8 @@ |
219 | 219 | $form .= wfCloseElement( 'form' ); |
220 | 220 | |
221 | 221 | $wgOut->addHTML( $form ); |
| 222 | + |
| 223 | + $wgOut->addWikiText( wfMsgHtml( "requestaccount-footer" ) ); |
222 | 224 | } |
223 | 225 | |
224 | 226 | function doSubmit() { |
Index: trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php |
— | — | @@ -16,6 +16,7 @@ |
17 | 17 | |
18 | 18 | Once the account is approved, you will be emailed a notification message and the account will be usable at |
19 | 19 | [[Special:Userlogin]].', |
| 20 | + 'requestaccount-footer' => '', |
20 | 21 | 'requestaccount-page' => '{{ns:project}}:Terms of Service', |
21 | 22 | 'requestaccount-dup' => '\'\'\'Note: You already are logged in with a registered account.\'\'\'', |
22 | 23 | 'requestaccount-leg-user' => 'User account', |
— | — | @@ -51,6 +52,8 @@ |
52 | 53 | The name I have specified under "Real name" is in fact my own real name.', |
53 | 54 | 'requestaccount-submit' => 'Request account', |
54 | 55 | 'requestaccount-sent' => 'Your account request has successfully been sent and is now pending review.', |
| 56 | + |
| 57 | + |
55 | 58 | 'request-account-econf' => 'Your e-mail address has been confirmed and will be listed as such in your account |
56 | 59 | request.', |
57 | 60 | 'requestaccount-email-subj' => '{{SITENAME}} e-mail address confirmation', |