]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index aae4d249c3e8ecb9cd80ee416b55288091425afb..7aa49b1bf37c71c77763ea781b199814eca6ed76 100644 (file)
@@ -102,7 +102,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
             $this->showSingleJsonGroup($this->group);
             break;
         default:
-            $this->clientError(_('API method not found!'), 404, $this->format);
+            $this->clientError(_('API method not found.'), 404, $this->format);
             break;
         }