From 63dabea60fe64ace26aab51e45a752d0943a5c8d Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 6 Mar 2008 17:27:35 +0000 Subject: [PATCH] fix typo in message name. --- includes/SpecialBlockip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1