X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fapistatusesupdate.php;h=d4ef6b550d974743f26858c945bf576bda05eb24;hb=c15549ff5a787a8014e54a50aa0fdfc0055ffcde;hp=1956c85863d747173b4a15c8cc30e10f9caefe43;hpb=109aac3c49041e9323f74d9a9660186de069176d;p=quix0rs-gnu-social.git diff --git a/actions/apistatusesupdate.php b/actions/apistatusesupdate.php index 1956c85863..d4ef6b550d 100644 --- a/actions/apistatusesupdate.php +++ b/actions/apistatusesupdate.php @@ -199,7 +199,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction $reply_to = $this->in_reply_to_status_id; } else { $this->clientError( - _('Not found'), + _('Not found.'), $code = 404, $this->format );