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