X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapigroupshow.php;h=8e471689a8ebdb86fd8f04f102ca57468528d7b4;hb=80d1e86a7c54521f364600c85c9f29ff29aaa611;hp=5745a81f4172e6572694bba3b12ccb1ea638f8ed;hpb=f8a459a88adbdfc07b3fbf40c73dacc5b39ddbd9;p=quix0rs-gnu-social.git diff --git a/actions/apigroupshow.php b/actions/apigroupshow.php index 5745a81f41..8e471689a8 100644 --- a/actions/apigroupshow.php +++ b/actions/apigroupshow.php @@ -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 );