forked from GNUsocial/gnu-social
		
	Update grammar for feed title. Not sure why this was not "%s's". I chose the safe, more verbose way.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user