Use separate history-feed-title message for the feed, since people like putting links...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 28 May 2006 03:59:18 +0000 (03:59 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 28 May 2006 03:59:18 +0000 (03:59 +0000)
includes/PageHistory.php
languages/Messages.php

index 3e413c8..3bfddf1 100644 (file)
@@ -587,7 +587,7 @@ class PageHistory {
                }
                
                $feed = new $wgFeedClasses[$type](
-                       $this->mTitle->getPrefixedText() . ' - ' . wfMsg( 'revhistory' ),
+                       $this->mTitle->getPrefixedText() . ' - ' . wfMsg( 'history-feed-title' ),
                        'Revision history for this page on the wiki',
                        $this->mTitle->getFullUrl( 'action=history' ) );
 
index 6211b51..f8c34ff 100644 (file)
@@ -590,6 +590,7 @@ there may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} d
 #'rev-delundel' => 'del/undel',
 'rev-delundel' => 'show/hide',
 
+'history-feed-title' => 'Revision history',
 'history-feed-item-nocomment' => '$1 at $2', # user at time
 'history-feed-empty' => 'The requested page doesn\'t exist.
 It may have been deleted from the wiki, or renamed.