]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
load Sitemap_notice_count
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index 5745a81f4172e6572694bba3b12ccb1ea638f8ed..8e471689a8ebdb86fd8f04f102ca57468528d7b4 100644 (file)
@@ -79,7 +79,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
                 common_redirect(common_local_url('ApiGroupShow', $args), 301);
             } else {
                 $this->clientError(
-                    _('Group not found!'),
+                    _('Group not found.'),
                     404,
                     $this->format
                 );