From d3d2d4318fffe1dc0d499ffbe38d904d80497710 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 20 Aug 2005 18:46:06 +0000 Subject: [PATCH] Show an explanation to non-sysops --- includes/SpecialUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1