X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fuserxrd.php;h=1d888064d67f094af0625b78110ef17a270c2c6b;hb=c97048d01bea468e0cf8865b60c3c250b4515c39;hp=7691ff155bee0a450592d7f935855778ff7299c9;hpb=2bd9532ebeef11f4e6032ace294115a990006c4c;p=quix0rs-gnu-social.git diff --git a/actions/userxrd.php b/actions/userxrd.php index 7691ff155b..1d888064d6 100644 --- a/actions/userxrd.php +++ b/actions/userxrd.php @@ -56,6 +56,7 @@ class UserxrdAction extends XrdAction } if (!$this->user) { + // TRANS: Client error displayed when user not found for an action. $this->clientError(_('No such user.'), 404); return false; }