From: Siebrand Mazeland Date: Mon, 14 Mar 2011 17:01:22 +0000 (+0100) Subject: Fix incorrect parameter documentation. Spotted by Nikerabbit. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eaef01233a9b0d1bf3f21ae4a0065d078238973f;p=quix0rs-gnu-social.git Fix incorrect parameter documentation. Spotted by Nikerabbit. --- diff --git a/actions/apigrouplist.php b/actions/apigrouplist.php index 1f6d44363f..f80fbce932 100644 --- a/actions/apigrouplist.php +++ b/actions/apigrouplist.php @@ -100,7 +100,7 @@ class ApiGroupListAction extends ApiBareAuthAction ); $subtitle = sprintf( - // TRANS: Used as subtitle in check for group membership. %1$s is a user name, %2$s is the site name. + // TRANS: Used as subtitle in check for group membership. %1$s is the site name, %2$s is a user name. _('%1$s groups %2$s is a member of.'), $sitename, $this->user->nickname