X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapigroupismember.php;h=08348e97bd4306bc0e745243355a12783f865f85;hb=c899e4a84ee45b65950980ccb87e52129871d58e;hp=a8a40a6b3ba37a39dd61e8842f649bb5c5bf2b78;hpb=ce4ed6cca54134152c11baf8e0d0ff5b587b4998;p=quix0rs-gnu-social.git diff --git a/actions/apigroupismember.php b/actions/apigroupismember.php index a8a40a6b3b..08348e97bd 100644 --- a/actions/apigroupismember.php +++ b/actions/apigroupismember.php @@ -87,12 +87,12 @@ class ApiGroupIsMemberAction extends ApiBareAuthAction parent::handle($args); if (empty($this->user)) { - $this->clientError(_('No such user!'), 404, $this->format); + $this->clientError(_('No such user.'), 404, $this->format); return; } if (empty($this->group)) { - $this->clientError('Group not found!', 404, $this->format); + $this->clientError(_('Group not found!'), 404, $this->format); return false; }