Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -407,7 +407,7 @@ |
408 | 408 | Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' ' . |
409 | 409 | Xml::namespaceSelector( $this->opts['namespace'], '' ) |
410 | 410 | ) . |
411 | | - Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . ' ' . |
| 411 | + Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . ' ' . |
412 | 412 | Xml::checkLabel( wfMsg( 'history-show-deleted' ), |
413 | 413 | 'deletedOnly', 'mw-show-deleted-only', $this->opts['deletedOnly'] ) . '<br />' . |
414 | 414 | Xml::tags( 'p', null, Xml::checkLabel( wfMsg( 'sp-contributions-toponly' ), |