From adc5901d21be286ff3459f2cd2bf4373625ac5e5 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 6 Aug 2009 23:36:24 +0800 Subject: Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom descriptions --- actions/tagrss.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/tagrss.php') diff --git a/actions/tagrss.php b/actions/tagrss.php index f69374fca..c3c03b9cd 100644 --- a/actions/tagrss.php +++ b/actions/tagrss.php @@ -61,7 +61,8 @@ class TagrssAction extends Rss10Action $c = array('url' => common_local_url('tagrss', array('tag' => $tagname)), 'title' => $tagname, 'link' => common_local_url('tagrss', array('tag' => $tagname)), - 'description' => sprintf(_('Microblog tagged with %s'), $tagname)); + 'description' => sprintf(_('Updates tagged with %1$s on %2$s!'), + $tagname, common_config('site', 'name'))); return $c; } -- cgit v1.2.3