]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
Consistant error for groups that dont exist in API
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index b745ff92f6aff0223f63115b4141d3ff9b78a307..f9b960747b2336baaeb8bb06c778d03b386eeeb2 100644 (file)
@@ -87,7 +87,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
 
         if (empty($this->group)) {
             $this->clientError(
-                'Group not found!',
+                _('Group not found!'),
                 404,
                 $this->format
             );