X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapitimelinefriends.php;h=e84f7737235cce4958962bf2fca026e28674d359;hb=221b779e88e51b70a2c3509798154c461203e636;hp=66dd3f2b29fbf4da4b91a4b8f8bcb31f8308970d;hpb=da444f8a15043f326aa9a629ba5f0b25bc35b1e5;p=quix0rs-gnu-social.git diff --git a/actions/apitimelinefriends.php b/actions/apitimelinefriends.php index 66dd3f2b29..e84f773723 100644 --- a/actions/apitimelinefriends.php +++ b/actions/apitimelinefriends.php @@ -76,7 +76,7 @@ class ApiTimelineFriendsAction extends ApiBareAuthAction $this->user = $this->getTargetUser($this->arg('id')); if (empty($this->user)) { - $this->clientError(_('No such user!'), 404, $this->format); + $this->clientError(_('No such user.'), 404, $this->format); return; }