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:
Siebrand Mazeland 2011-03-27 13:05:24 +02:00
parent f06f8d51fd
commit 1adaa6a2ab

View 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.