]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userxrd.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / actions / userxrd.php
index 7691ff155bee0a450592d7f935855778ff7299c9..1d888064d67f094af0625b78110ef17a270c2c6b 100644 (file)
@@ -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;
         }