Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | Xml::element( 'legend', array(), wfMsg( 'sp-contributions-search' ) ) . |
253 | 253 | Xml::radioLabel( wfMsgExt( 'sp-contributions-newbies', array( 'parseinline' ) ), |
254 | 254 | 'contribs', 'newbie' , 'newbie', $this->opts['contribs'] == 'newbie' ? true : false ) . '<br />' . |
255 | | - Xml::radioLabel( wfMsgExt( 'sp-contributions-username', array( 'parseinline' ) ), |
| 255 | + Xml::radioLabel( wfMsgExt( 'sp-contributions-username', array( 'parsemag' ) ), |
256 | 256 | 'contribs' , 'user', 'user', $this->opts['contribs'] == 'user' ? true : false ) . ' ' . |
257 | 257 | Xml::input( 'target', 20, $this->opts['target']) . ' '. |
258 | 258 | '<span style="white-space: nowrap">' . |