X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fapiblockcreate.php;h=6942a53bb875444864e95d345635d56575f7acf6;hb=1fdc72f5956f00c736f7761aead4abd8da192eda;hp=a9f31e791b87ff7732e58614bbbe76d269d4f0f2;hpb=e1e79e62360191626fbb3eae9f5d2af249780ac9;p=quix0rs-gnu-social.git diff --git a/actions/apiblockcreate.php b/actions/apiblockcreate.php index a9f31e791b..6942a53bb8 100644 --- a/actions/apiblockcreate.php +++ b/actions/apiblockcreate.php @@ -92,6 +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. $this->clientError(_('No such user.'), 404, $this->format); return; }