summaryrefslogtreecommitdiff
path: root/actions/favoritesrss.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/favoritesrss.php')
-rw-r--r--actions/favoritesrss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/favoritesrss.php b/actions/favoritesrss.php
index c439a9a62..5dc09e5e8 100644
--- a/actions/favoritesrss.php
+++ b/actions/favoritesrss.php
@@ -111,8 +111,8 @@ class FavoritesrssAction extends Rss10Action
'link' => common_local_url('showfavorites',
array('nickname' =>
$user->nickname)),
- 'description' => sprintf(_('Feed of favorite notices of %s'),
- $user->nickname));
+ 'description' => sprintf(_('Updates favored by %1$s on %2$s!'),
+ $user->nickname, common_config('site', 'name')));
return $c;
}