]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update grammar for feed title. Not sure why this was not "%s's". I chose the safe...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 27 Mar 2011 11:05:24 +0000 (13:05 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 27 Mar 2011 11:05:24 +0000 (13:05 +0200)
actions/atompubmembershipfeed.php

index f7882d97d358e9fe1abdd372e727e712d8841c17..0a5333128069bd7c11aaac7739b1999af3f41c69 100644 (file)
@@ -141,7 +141,7 @@ class AtompubmembershipfeedAction extends ApiAuthAction
 
         // TRANS: Title for group membership feed.
         // TRANS: %s is a username.
-        $feed->setTitle(sprintf(_("%s group memberships"),
+        $feed->setTitle(sprintf(_('Group memberships of %s'),
                                 $this->_profile->getBestName()));
 
         // TRANS: Subtitle for group membership feed.