Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -236,7 +236,10 @@ |
237 | 237 | array( |
238 | 238 | 'lim' => 1, |
239 | 239 | 'showIfEmpty' => false, |
240 | | - 'msgKey' => array( 'sp-contributions-blocked-notice' ), |
| 240 | + 'msgKey' => array( |
| 241 | + 'sp-contributions-blocked-notice', |
| 242 | + $nt->getText() # Support GENDER in 'sp-contributions-blocked-notice' |
| 243 | + ), |
241 | 244 | 'offset' => '' # don't use $wgRequest parameter offset |
242 | 245 | ) |
243 | 246 | ); |