From: Raimond Spekking Date: Thu, 6 Mar 2008 17:27:35 +0000 (+0000) Subject: fix typo in message name. X-Git-Tag: 1.31.0-rc.0~49225 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=63dabea60fe64ace26aab51e45a752d0943a5c8d;p=lhc%2Fweb%2Fwiklou.git fix typo in message name. --- diff --git a/includes/SpecialBlockip.php b/includes/SpecialBlockip.php index 24f1bca410..cfbef1b3f3 100644 --- a/includes/SpecialBlockip.php +++ b/includes/SpecialBlockip.php @@ -75,7 +75,7 @@ class IPBlockForm { if($wgSysopUserBans) { $mIpaddress = Xml::label( wfMsg( 'ipadressorusername' ), 'mw-bi-target' ); } else { - $mIpaddress = Xml::label( wfMsg( 'ipadress' ), 'mw-bi-target' ); + $mIpaddress = Xml::label( wfMsg( 'ipaddress' ), 'mw-bi-target' ); } $mIpbexpiry = Xml::label( wfMsg( 'ipbexpiry' ), 'wpBlockExpiry' ); $mIpbother = Xml::label( wfMsg( 'ipbother' ), 'mw-bi-other' );