From: Antoine Musso Date: Fri, 25 Nov 2011 12:22:47 +0000 (+0000) Subject:   ->   X-Git-Tag: 1.31.0-rc.0~26298 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=2b7e073ac5a5e3a6b645ac2445c8cfb144b0bd25;p=lhc%2Fweb%2Fwiklou.git   ->   follow r103708 --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 6a52033bdc..aa97ad88b7 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -407,7 +407,7 @@ class SpecialContributions extends SpecialPage { Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' ' . Xml::namespaceSelector( $this->opts['namespace'], '' ) ) . - Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . ' ' . + Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . ' ' . Xml::checkLabel( wfMsg( 'history-show-deleted' ), 'deletedOnly', 'mw-show-deleted-only', $this->opts['deletedOnly'] ) . '
' . Xml::tags( 'p', null, Xml::checkLabel( wfMsg( 'sp-contributions-toponly' ),