* (bug 21936) When a revision has been patrolled, there's now a link back to the...
[lhc/web/wiklou.git] / includes / Article.php
index b47a906..d747706 100644 (file)
@@ -2152,7 +2152,7 @@ class Article {
 
                # Inform the user
                $wgOut->setPageTitle( wfMsg( 'markedaspatrolled' ) );
-               $wgOut->addWikiMsg( 'markedaspatrolledtext' );
+               $wgOut->addWikiMsg( 'markedaspatrolledtext', $rc->getTitle()->getPrefixedText() );
                $wgOut->returnToMain( false, $return );
        }