Index: trunk/phase3/includes/Credits.php |
— | — | @@ -144,7 +144,7 @@ |
145 | 145 | # "ThisSite user(s) A, B and C" |
146 | 146 | |
147 | 147 | if (!empty($user)) { |
148 | | - $user = wfMsg('siteusers', array( $user, count($contributors) ) ); |
| 148 | + $user = wfMsgExt('siteusers', array( 'parsemag' ), array( $user, count($contributors) ) ); |
149 | 149 | } |
150 | 150 | |
151 | 151 | # This is the big list, all mooshed together. We sift for blank strings |