X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiblockdestroy.php;h=328f18ab0dcf1765d688f807160b314ac4ba3dd2;hb=935410e8dc4c2d4d286a942cc27bbf8bc452fbdd;hp=16dbf94caf5204a8e1f7a97c604d612e90bbdea4;hpb=181de862efe2da16164daea32b74c3da8ea2ed7e;p=quix0rs-gnu-social.git diff --git a/actions/apiblockdestroy.php b/actions/apiblockdestroy.php index 16dbf94caf..328f18ab0d 100644 --- a/actions/apiblockdestroy.php +++ b/actions/apiblockdestroy.php @@ -93,7 +93,7 @@ class ApiBlockDestroyAction extends ApiAuthAction } if (empty($this->user) || empty($this->other)) { - $this->clientError(_('No such user!'), 404, $this->format); + $this->clientError(_('No such user.'), 404, $this->format); return; }