X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapitimelineuser.php;h=830b16941dc8898ccfc0453ca23a2eb384203d85;hb=03e8ba144eadab6e28a96482a1162c4109eca822;hp=14c62a52e7db10f8e0e31f266571dccd71c83161;hpb=cc063aedccd614d6e486d88921c7752ec5750551;p=quix0rs-gnu-social.git diff --git a/actions/apitimelineuser.php b/actions/apitimelineuser.php index 14c62a52e7..830b16941d 100644 --- a/actions/apitimelineuser.php +++ b/actions/apitimelineuser.php @@ -162,7 +162,7 @@ class ApiTimelineUserAction extends ApiBareAuthAction $this->showJsonTimeline($this->notices); break; default: - $this->clientError(_('API method not found!'), $code = 404); + $this->clientError(_('API method not found.'), $code = 404); break; }