From 5a377a24c9d6327ecf70279d5649443cba66b9ce Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 9 Apr 2011 21:08:41 +0200 Subject: [PATCH] Fix incorrect translator documentation. Spotted by OsamaK. --- actions/grouprss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/grouprss.php b/actions/grouprss.php index 39dcff83d9..0f54fc435b 100644 --- a/actions/grouprss.php +++ b/actions/grouprss.php @@ -137,7 +137,7 @@ class groupRssAction extends Rss10Action // TRANS: Message is used as link title. %s is a user nickname. 'title' => sprintf(_('%s timeline'), $group->nickname), 'link' => common_local_url('showgroup', array('nickname' => $group->nickname)), - // TRANS: Message is used as link description. %1$s is a username, %2$s is a site name. + // TRANS: Message is used as link description. %1$s is a group name, %2$s is a site name. 'description' => sprintf(_('Updates from members of %1$s on %2$s!'), $group->nickname, common_config('site', 'name'))); return $c;