X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshownotice.php;h=7be9618f864f7bc99f9e7199d4b9bf2c82101fa0;hb=166c1edba97d065d0fd424621305fd016e644c43;hp=a23027f7c5f6858f308008c647c9e21fe576691e;hpb=1de7badd78bb3cddc99a6960ec6a395a191ce6be;p=quix0rs-gnu-social.git diff --git a/actions/shownotice.php b/actions/shownotice.php index a23027f7c5..7be9618f86 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; }