X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fuserxrd.php;h=7691ff155bee0a450592d7f935855778ff7299c9;hb=9d0ccbff01c1d861d152e30feeb2094f5a2742b4;hp=582f7a35e7ab8505154dc6b4ebfea9dce634e3ea;hpb=6455461c196fcb8e7c0047870d480e4a97986709;p=quix0rs-gnu-social.git diff --git a/actions/userxrd.php b/actions/userxrd.php index 582f7a35e7..7691ff155b 100644 --- a/actions/userxrd.php +++ b/actions/userxrd.php @@ -56,7 +56,7 @@ class UserxrdAction extends XrdAction } if (!$this->user) { - $this->clientError(_m('No such user.'), 404); + $this->clientError(_('No such user.'), 404); return false; }