From: Brion Vibber Date: Sun, 28 May 2006 03:59:18 +0000 (+0000) Subject: Use separate history-feed-title message for the feed, since people like putting links... X-Git-Tag: 1.31.0-rc.0~57000 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=1afc66a9bec0e7913164c2d3b37025fec35b393e;p=lhc%2Fweb%2Fwiklou.git Use separate history-feed-title message for the feed, since people like putting links and crud into the subtitle message. --- 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.