* Introduced FileRepoStatus -- result class for file repo operations.
[lhc/web/wiklou.git] / includes / Article.php
index 9678961..9f81294 100644 (file)
@@ -2806,6 +2806,7 @@ class Article {
                $page = $this->mTitle->getSubjectPage();
 
                $wgOut->setPagetitle( $page->getPrefixedText() );
+               $wgOut->setPageTitleActionText( wfMsg( 'info_short' ) );
                $wgOut->setSubtitle( wfMsg( 'infosubtitle' ));
 
                # first, see if the page exists at all.
@@ -3063,4 +3064,4 @@ class Article {
                $wgOut->addParserOutput( $parserOutput );
        }
 
-}
\ No newline at end of file
+}