Don't differentiate between user accounts and IPs in special page names.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 31 Mar 2011 10:21:30 +0000 (10:21 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 31 Mar 2011 10:21:30 +0000 (10:21 +0000)
BTW: Special:Block says "Block user" in page title followed immediately "Block user" as legend for fieldset.

languages/messages/MessagesEn.php

index c79afaf..a1cf9bc 100644 (file)
@@ -3023,8 +3023,8 @@ The latest block log entry is provided below for reference:',
 
 # Block/unblock
 'autoblockid'                     => 'Autoblock #$1',
-'block'                           => 'Block user/IP address',
-'unblock'                         => 'Unblock user/IP address',
+'block'                           => 'Block user',
+'unblock'                         => 'Unblock user',
 'blockip'                         => 'Block user',
 'blockip-title'                   => 'Block user',
 'blockip-legend'                  => 'Block user',
@@ -3072,8 +3072,8 @@ See [[Special:IPBlockList|IP block list]] to review blocks.',
 'unblocked'                       => '[[User:$1|$1]] has been unblocked',
 'unblocked-range'                 => '$1 has been unblocked',
 'unblocked-id'                    => 'Block $1 has been removed',
-'blocklist'                       => 'Blocked IP addresses and usernames',
-'ipblocklist'                     => 'Blocked IP addresses and usernames',
+'blocklist'                       => 'Blocked users',
+'ipblocklist'                     => 'Blocked users',
 'ipblocklist-legend'              => 'Find a blocked user',
 'blocklist-userblocks'            => 'Hide account blocks',
 'blocklist-tempblocks'            => 'Hide temporary blocks',