From 5942b641b8368b0b629c70f719dc97a1a74d6519 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 20 Aug 2005 18:42:43 +0000 Subject: [PATCH] Show an explanation to non-sysops --- includes/SpecialUndelete.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index a29fee3972..6b90f50366 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -416,6 +416,8 @@ class UndeleteForm { } if ( $this->mAllowed ) { $wgOut->addWikiText( wfMsg( "undeletehistory" ) . "\n----\n" . $text ); + } else { + $wgOut->addWikiText( wfMsg( "undeletehistorynoadmin" ); } # List all stored revisions -- 2.20.1