* Introduced FileRepoStatus -- result class for file repo operations.
[lhc/web/wiklou.git] / includes / PageHistory.php
index cfc447a..c92b3dd 100644 (file)
@@ -62,6 +62,7 @@ class PageHistory {
                 * Setup page variables.
                 */
                $wgOut->setPageTitle( $this->mTitle->getPrefixedText() );
+               $wgOut->setPageTitleActionText( wfMsg( 'history_short' ) );
                $wgOut->setArticleFlag( false );
                $wgOut->setArticleRelated( true );
                $wgOut->setRobotpolicy( 'noindex,nofollow' );