Index: trunk/extensions/GlobalBlocking/SpecialGlobalBlockList.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | |
128 | 128 | $fields['ipaddress'] = wfInput( 'whitelistip', false, $this->mWhitelistIP, array( 'readonly' => 'readonly' ) ); |
129 | 129 | $fields['globalblocking-whitelist-reason'] = wfInput( 'wpReason', false, $this->mReason ); |
130 | | - $fields['globalblocking-whitelist-status'] = wfCheckLabel( wfMsg( 'globalblocking-whitelist-statuslabel' ), 'wpWhitelistStatus', 'wpWhitelistStatus', $cur_status ); |
| 130 | + $fields['globalblocking-whitelist-status'] = Xml::checkLabel( wfMsgExt( 'globalblocking-whitelist-statuslabel', 'parsemag' ), 'wpWhitelistStatus', 'wpWhitelistStatus', $cur_status ); |
131 | 131 | |
132 | 132 | $form .= GlobalBlocking::buildForm( $fields, 'globalblocking-whitelist-submit' ); |
133 | 133 | |