We should try not to use the same message for different things :/
authorArne Heizmann <timwi@users.mediawiki.org>
Wed, 1 Sep 2004 21:53:50 +0000 (21:53 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Wed, 1 Sep 2004 21:53:50 +0000 (21:53 +0000)
includes/Article.php
languages/Language.php

index e9c98ca..f12a5f2 100644 (file)
@@ -1750,8 +1750,8 @@ class Article {
 
                $td = $wgLang->timeanddate( $this->mTimestamp, true );
                $sk = $wgUser->getSkin();
-               $lnk = $sk->makeKnownLinkObj ( $this->mTitle, wfMsg( 'revisionasoflink' ) );
-               $r = wfMsg( 'revisionasof', $td, $lnk );
+               $lnk = $sk->makeKnownLinkObj ( $this->mTitle, wfMsg( 'currentrevisionlink' ) );
+               $r = wfMsg( 'revisionasofwithlink', $td, $lnk );
                $wgOut->setSubtitle( $r );
        }
 
index 9b3624d..80d9076 100644 (file)
@@ -677,8 +677,9 @@ guidelines</a>.",
 Please check the URL you used to access this page.\n",
 'loadhist'             => 'Loading page history',
 'currentrev'   => 'Current revision',
-'revisionasof'      => "(Revision as of $1; $2)",
-'revisionasoflink'  => "view current revision",
+'revisionasof'          => 'Revision as of $1',
+'revisionasofwithlink'  => '(Revision as of $1; $2)',
+'currentrevisionlink'   => 'view current revision',
 'cur'                  => 'cur',
 'next'                 => 'next',
 'last'                 => 'last',