Follow-up r83909: The message key is named 'ipadressedorusername'
authorRaimond Spekking <raymond@users.mediawiki.org>
Tue, 15 Mar 2011 08:16:00 +0000 (08:16 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Tue, 15 Mar 2011 08:16:00 +0000 (08:16 +0000)
includes/specials/SpecialBlockList.php

index 9682e37..e946b87 100644 (file)
@@ -65,7 +65,7 @@ class SpecialBlockList extends SpecialPage {
                $fields = array(
                        'Target' => array(
                                'type' => 'text',
-                               'label-message' => 'ipaddressorusername',
+                               'label-message' => 'ipadressorusername',
                                'tabindex' => '1',
                                'size' => '45',
                        ),