]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigrouplist.php
The translators were having trouble with the wording of the subtitle
[quix0rs-gnu-social.git] / actions / apigrouplist.php
index dd2a68c66e9089fde8f63cc02c526ca05ad8dd4f..42211a03ce46e16d9f190d46f131c378ad863ed2 100644 (file)
@@ -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) {