fix typo in message name.
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 6 Mar 2008 17:27:35 +0000 (17:27 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 6 Mar 2008 17:27:35 +0000 (17:27 +0000)
includes/SpecialBlockip.php

index 24f1bca..cfbef1b 100644 (file)
@@ -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' );