]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupismember.php
show forwards in the inbox
[quix0rs-gnu-social.git] / actions / apigroupismember.php
index a822d18dddc64fce890cd09c54d0e8af9e6ad9de..08348e97bd4306bc0e745243355a12783f865f85 100644 (file)
@@ -92,7 +92,7 @@ class ApiGroupIsMemberAction extends ApiBareAuthAction
         }
 
         if (empty($this->group)) {
-            $this->clientError('Group not found!', 404, $this->format);
+            $this->clientError(_('Group not found!'), 404, $this->format);
             return false;
         }