summaryrefslogtreecommitdiff
path: root/actions/repliesrss.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-08-06 22:45:09 -0400
committerCraig Andrews <candrews@integralblue.com>2009-08-06 22:45:09 -0400
commit91cba7a76f97a1669cbe9a2c2fa1b3e653786f26 (patch)
tree41b17a816862539845900c4d28ece7b638e6a77d /actions/repliesrss.php
parentaba2fcb45141929d9fdb0ec5e91e3aef8c44d709 (diff)
parentadc5901d21be286ff3459f2cd2bf4373625ac5e5 (diff)
Merge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.x
Diffstat (limited to 'actions/repliesrss.php')
-rw-r--r--actions/repliesrss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/repliesrss.php b/actions/repliesrss.php
index a87e2870d..580bb91f7 100644
--- a/actions/repliesrss.php
+++ b/actions/repliesrss.php
@@ -68,7 +68,8 @@ class RepliesrssAction extends Rss10Action
'link' => common_local_url('replies',
array('nickname' =>
$user->nickname)),
- 'description' => sprintf(_('Feed for replies to %s'), $user->nickname));
+ 'description' => sprintf(_('Replies to %1$s on %2$s!'),
+ $user->nickname, common_config('site', 'name')));
return $c;
}