]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigrouplistall.php
Fix inconsistent title case in page title
[quix0rs-gnu-social.git] / actions / apigrouplistall.php
index c597839a8823432fa5dcc0646b2c2369d214e5dc..1921c1f193f3396e4c5d42c2007515487b649280 100644 (file)
@@ -117,7 +117,7 @@ class ApiGroupListAllAction extends ApiPrivateAuthAction
             break;
         default:
             $this->clientError(
-                _('API method not found!'),
+                _('API method not found.'),
                 404,
                 $this->format
             );