summaryrefslogtreecommitdiff
path: root/actions/repliesrss.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/repliesrss.php')
-rw-r--r--actions/repliesrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/repliesrss.php b/actions/repliesrss.php
index 549182fb9..3157f0e1d 100644
--- a/actions/repliesrss.php
+++ b/actions/repliesrss.php
@@ -77,7 +77,7 @@ class RepliesrssAction extends Rss10Action {
'link' => common_local_url('replies',
array('nickname' =>
$user->nickname)),
- 'description' => sprintf(_('Feed for replies to '), $user->nickname));
+ 'description' => sprintf(_('Feed for replies to %s'), $user->nickname));
return $c;
}