From eaef01233a9b0d1bf3f21ae4a0065d078238973f Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 14 Mar 2011 18:01:22 +0100 Subject: [PATCH] Fix incorrect parameter documentation. Spotted by Nikerabbit. --- actions/apigrouplist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2