X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fshownotice.php;h=9c5d83441b8688e6ed08b52cf22c9dfdf71f6ba5;hb=f2d6e1e375410bee0efc90c80b1e74699a4c6b7d;hp=ca6b60d1f59b15de87d5f047002fffbc5ebd0591;hpb=c89e1865f7250341c8b5e7878715d5a693a0e6aa;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; }