From: Raimond Spekking Date: Tue, 15 Mar 2011 08:16:00 +0000 (+0000) Subject: Follow-up r83909: The message key is named 'ipadressedorusername' X-Git-Tag: 1.31.0-rc.0~31394 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=db0c0fa1d16c4698489c27d912cf5d820e8c272e;p=lhc%2Fweb%2Fwiklou.git Follow-up r83909: The message key is named 'ipadressedorusername' --- diff --git a/includes/specials/SpecialBlockList.php b/includes/specials/SpecialBlockList.php index 9682e3777b..e946b872f9 100644 --- a/includes/specials/SpecialBlockList.php +++ b/includes/specials/SpecialBlockList.php @@ -65,7 +65,7 @@ class SpecialBlockList extends SpecialPage { $fields = array( 'Target' => array( 'type' => 'text', - 'label-message' => 'ipaddressorusername', + 'label-message' => 'ipadressorusername', 'tabindex' => '1', 'size' => '45', ),