X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fmicrosummary.php;h=d145dc3bc7b0bc724ba7ae087148131e4415589d;hb=3dd734b2c3ea49c55467cfbfd4b3a5fb38456e87;hp=5c01a9ce0f0646b945191f955da90b184fef262f;hpb=df86aa721455fde537608d5faeaaf92075afb738;p=quix0rs-gnu-social.git diff --git a/actions/microsummary.php b/actions/microsummary.php index 5c01a9ce0f..d145dc3bc7 100644 --- a/actions/microsummary.php +++ b/actions/microsummary.php @@ -59,14 +59,14 @@ class MicrosummaryAction extends Action $user = User::staticGet('nickname', $nickname); if (!$user) { - $this->clientError(_('No such user'), 404); + $this->clientError(_('No such user.'), 404); return; } $notice = $user->getCurrentNotice(); if (!$notice) { - $this->clientError(_('No current status'), 404); + $this->clientError(_('No current status.'), 404); } header('Content-Type: text/plain');