From: Siebrand Mazeland Date: Sun, 27 Mar 2011 11:05:24 +0000 (+0200) Subject: Update grammar for feed title. Not sure why this was not "%s's". I chose the safe... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1adaa6a2abc0f51f0b8853368c1919f5a9c3834b;p=quix0rs-gnu-social.git Update grammar for feed title. Not sure why this was not "%s's". I chose the safe, more verbose way. --- diff --git a/actions/atompubmembershipfeed.php b/actions/atompubmembershipfeed.php index f7882d97d3..0a53331280 100644 --- a/actions/atompubmembershipfeed.php +++ b/actions/atompubmembershipfeed.php @@ -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.