summaryrefslogtreecommitdiff
path: root/actions/repliesrss.php
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-08 06:05:19 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-08 06:05:19 -0400
commit4d65b99c68fee83fe461b9d8d6db86a844f2a431 (patch)
treeb4150e76baed3a63b12aae2c42d29fd0b3a74d33 /actions/repliesrss.php
parent0f502b8d8656bf9f1340611893dd0e4d736aeea3 (diff)
Translate a few more strings.
darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz
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;
}