X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiblockcreate.php;h=766d91bd41d8fe9ed63c75da3caa40b2a8d4b17a;hb=25198a8d4cee5b2182f1ecb99192a4108a01afa4;hp=6942a53bb875444864e95d345635d56575f7acf6;hpb=325cb4833db7e3fd396720f12a27b880b63f4173;p=quix0rs-gnu-social.git diff --git a/actions/apiblockcreate.php b/actions/apiblockcreate.php index 6942a53bb8..766d91bd41 100644 --- a/actions/apiblockcreate.php +++ b/actions/apiblockcreate.php @@ -92,7 +92,7 @@ class ApiBlockCreateAction extends ApiAuthAction } if (empty($this->user) || empty($this->other)) { - // TRANS: Client error displayed when trying to block a non-existing user or a user from another site. + // TRANS: Client error displayed when trying to block a non-existing user or a user from another site. $this->clientError(_('No such user.'), 404, $this->format); return; }