]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
Merge activity plugin into mainline
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index 471aa141f9c1684cfa814eddcfbe6e45a51b0e8c..a7385ffaaf5a32c1683ecbfce43bf350f79ed141 100644 (file)
@@ -110,7 +110,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
             $this->showSingleJsonGroup($this->group);
             break;
         default:
-            // TRANS: Client error displayed trying to execute an unknown API method showing a group.
+            // TRANS: Client error displayed when coming across a non-supported API method.
             $this->clientError(_('API method not found.'), 404, $this->format);
             break;
         }