From 1afc66a9bec0e7913164c2d3b37025fec35b393e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 28 May 2006 03:59:18 +0000 Subject: [PATCH] Use separate history-feed-title message for the feed, since people like putting links and crud into the subtitle message. --- includes/PageHistory.php | 2 +- languages/Messages.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 3e413c897e..3bfddf1ca2 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -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' ) ); diff --git a/languages/Messages.php b/languages/Messages.php index 6211b51047..f8c34ffd3b 100644 --- a/languages/Messages.php +++ b/languages/Messages.php @@ -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. -- 2.20.1