From: Jens Frank Date: Sat, 20 Aug 2005 18:46:06 +0000 (+0000) Subject: Show an explanation to non-sysops X-Git-Tag: 1.6.0~1858 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d3d2d4318fffe1dc0d499ffbe38d904d80497710;p=lhc%2Fweb%2Fwiklou.git Show an explanation to non-sysops --- diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 6b90f50366..4e70a6b534 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -417,7 +417,7 @@ class UndeleteForm { if ( $this->mAllowed ) { $wgOut->addWikiText( wfMsg( "undeletehistory" ) . "\n----\n" . $text ); } else { - $wgOut->addWikiText( wfMsg( "undeletehistorynoadmin" ); + $wgOut->addWikiText( wfMsg( "undeletehistorynoadmin" ) ); } # List all stored revisions