summaryrefslogtreecommitdiff
path: root/actions/apigrouplist.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apigrouplist.php')
-rw-r--r--actions/apigrouplist.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/apigrouplist.php b/actions/apigrouplist.php
index 42211a03c..3ea2c30cb 100644
--- a/actions/apigrouplist.php
+++ b/actions/apigrouplist.php
@@ -93,6 +93,7 @@ class ApiGroupListAction extends ApiBareAuthAction
parent::handle($args);
$sitename = common_config('site', 'name');
+ // TRANS: %s is a user name
$title = sprintf(_("%s's groups"), $this->user->nickname);
$taguribase = TagURI::base();
$id = "tag:$taguribase:Groups";
@@ -101,8 +102,8 @@ class ApiGroupListAction extends ApiBareAuthAction
array('nickname' => $this->user->nickname)
);
- // TRANS: Meant to convey the user is a member of each of the groups listed
$subtitle = sprintf(
+ // TRANS: Meant to convey the user %2$s is a member of each of the groups listed on site %1$s
_("%1\$s groups %2\$s is a member of."),
$sitename,
$this->user->nickname