Fixes for r86482
This commit is contained in:
parent
35c61744a6
commit
db42732265
1 changed files with 3 additions and 1 deletions
|
|
@ -434,6 +434,7 @@ $wgMessageStructure = array(
|
|||
'createaccount',
|
||||
'gotaccount',
|
||||
'gotaccountlink',
|
||||
'userlogin-resetlink',
|
||||
'createaccountmail',
|
||||
'createaccountreason',
|
||||
'badretype',
|
||||
|
|
@ -3453,7 +3454,8 @@ XHTML id names.",
|
|||
'login' => 'Login and logout pages',
|
||||
'mail' => 'E-mail sending',
|
||||
'passwordstrength' => 'JavaScript password checks',
|
||||
'resetpass' => 'Password reset dialog',
|
||||
'resetpass' => 'Change password dialog',
|
||||
'passwordreset' => 'Special:PasswordReset',
|
||||
'toolbar' => 'Edit page toolbar',
|
||||
'edit' => 'Edit pages',
|
||||
'parserwarnings' => 'Parser/template warnings',
|
||||
|
|
|
|||
Loading…
Reference in a new issue