]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupcreate.php
OAuth 1.0 working now
[quix0rs-gnu-social.git] / actions / apigroupcreate.php
index 8827d1c5ce0774da30de682dd4a9fd0bb080ec25..028d76a7822a99c5bf2f3b6a46d9743280a4054a 100644 (file)
@@ -133,7 +133,7 @@ class ApiGroupCreateAction extends ApiAuthAction
             break;
         default:
             $this->clientError(
-                _('API method not found!'),
+                _('API method not found.'),
                 404,
                 $this->format
             );