From: Aaron Schulz Date: Mon, 14 Apr 2008 02:28:51 +0000 (+0000) Subject: Gah, add a space X-Git-Tag: 1.31.0-rc.0~48350 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=f8d27311e4877a44c2d4bc3e9ba184f447b30b5a;p=lhc%2Fweb%2Fwiklou.git Gah, add a space --- diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 3c453aecd5..b0888b9708 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -34,7 +34,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { Xml::element( 'legend', array(), wfMsg( 'recentchangeslinked' ) ) . "\n" . Xml::inputLabel( wfMsg( 'recentchangeslinked-page' ), 'target', 'recentchangeslinked-target', 40, $target ) . "   " . - Xml::check( 'showlinkedto', $showlinkedto, array('id' => 'showlinkedto') ) . + Xml::check( 'showlinkedto', $showlinkedto, array('id' => 'showlinkedto') ) . ' ' . Xml::label( wfMsg("recentchangeslinked-to"), 'showlinkedto' ) . "
\n" . Xml::hidden( 'title', $wgTitle->getPrefixedText() ). "\n" .