Fix incorrect translator documentation. Spotted by OsamaK.

This commit is contained in:
Siebrand Mazeland 2011-04-09 21:08:41 +02:00
parent 396a0c08b3
commit 5a377a24c9

View File

@ -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;