first letter lowercase

This commit is contained in:
Antoine Musso 2005-08-16 21:02:15 +00:00
parent 981c252b0d
commit 7dcb3eaf38

View file

@ -51,11 +51,11 @@ function wfSpecialRecentchangeslinked( $par = NULL ) {
$hideminor = ($hideminor ? 1 : 0);
if ( $hideminor ) {
$mlink = $sk->makeKnownLink( $wgContLang->specialPage( 'Recentchangeslinked' ),
WfMsg( 'show' ), 'target=' . htmlspecialchars( $nt->getPrefixedURL() ) .
wfMsg( 'show' ), 'target=' . htmlspecialchars( $nt->getPrefixedURL() ) .
"&days={$days}&limit={$limit}&hideminor=0" );
} else {
$mlink = $sk->makeKnownLink( $wgContLang->specialPage( "Recentchangeslinked" ),
WfMsg( "hide" ), "target=" . htmlspecialchars( $nt->getPrefixedURL() ) .
wfMsg( "hide" ), "target=" . htmlspecialchars( $nt->getPrefixedURL() ) .
"&days={$days}&limit={$limit}&hideminor=1" );
}
if ( $hideminor ) {