Index: trunk/phase3/includes/Metadata.php |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | global $wgContLang; |
120 | 120 | |
121 | 121 | if( $user->isAnon() ){ |
122 | | - $this->element( $name, wfMsg( 'anonymous' ) ); |
| 122 | + $this->element( $name, wfMsg( 'anonymous' ), 1 ); |
123 | 123 | } else if( $real = $user->getRealName() ) { |
124 | 124 | $this->element( $name, $real ); |
125 | 125 | } else { |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2813,7 +2813,7 @@ |
2814 | 2814 | 'notacceptable' => 'The wiki server cannot provide data in a format your client can read.', |
2815 | 2815 | |
2816 | 2816 | # Attribution |
2817 | | -'anonymous' => 'Anonymous user(s) of {{SITENAME}}', |
| 2817 | +'anonymous' => 'Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}', |
2818 | 2818 | 'siteuser' => '{{SITENAME}} user $1', |
2819 | 2819 | 'lastmodifiedatby' => 'This page was last modified $2, $1 by $3.', # $1 date, $2 time, $3 user |
2820 | 2820 | 'othercontribs' => 'Based on work by $1.', |