X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshownotice.php;h=9c5d83441b8688e6ed08b52cf22c9dfdf71f6ba5;hb=f2d6e1e375410bee0efc90c80b1e74699a4c6b7d;hp=ca6b60d1f59b15de87d5f047002fffbc5ebd0591;hpb=68a5fba24847991330d1a31b3c3f875c5d02cb6e;p=quix0rs-gnu-social.git diff --git a/actions/shownotice.php b/actions/shownotice.php index ca6b60d1f5..9c5d83441b 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -97,7 +97,7 @@ class ShownoticeAction extends OwnerDesignAction $this->profile = $this->notice->getProfile(); if (empty($this->profile)) { - $this->serverError(_('Notice has no profile'), 500); + $this->serverError(_('Notice has no profile.'), 500); return false; }