summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/apigrouplist.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/actions/apigrouplist.php b/actions/apigrouplist.php
index dd2a68c66..42211a03c 100644
--- a/actions/apigrouplist.php
+++ b/actions/apigrouplist.php
@@ -100,10 +100,12 @@ class ApiGroupListAction extends ApiBareAuthAction
'usergroups',
array('nickname' => $this->user->nickname)
);
+
+ // TRANS: Meant to convey the user is a member of each of the groups listed
$subtitle = sprintf(
- _("Groups %1\$s is a member of on %2\$s."),
- $this->user->nickname,
- $sitename
+ _("%1\$s groups %2\$s is a member of."),
+ $sitename,
+ $this->user->nickname
);
switch($this->format) {