From 4d65b99c68fee83fe461b9d8d6db86a844f2a431 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Tue, 8 Jul 2008 06:05:19 -0400 Subject: Translate a few more strings. darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz --- actions/repliesrss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/repliesrss.php') 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; } -- cgit v1.2.3-54-g00ecf