Index: includes/User.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/User.php,v retrieving revision 1.116 diff -u -r1.116 User.php --- includes/User.php 18 Jan 2005 03:06:20 -0000 1.116 +++ includes/User.php 23 Jan 2005 14:59:56 -0000 @@ -271,8 +271,8 @@ # Proxy blocking if ( !$this->mBlockedby ) { if ( array_key_exists( $wgIP, $wgProxyList ) ) { + $this->mBlockedby = wfMsg( 'proxyblocker' ); $this->mBlockreason = wfMsg( 'proxyblockreason' ); - $this->mBlockedby = "Proxy blocker"; } } }