]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix incorrect translator documentation. Spotted by OsamaK.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 9 Apr 2011 19:08:41 +0000 (21:08 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 9 Apr 2011 19:08:41 +0000 (21:08 +0200)
actions/grouprss.php

index 39dcff83d9f34af62341e2649464cf55c6fc5b46..0f54fc435b8584c70d2a6285b42a66558b64896f 100644 (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;