]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / shownotice.php
index a23027f7c5f6858f308008c647c9e21fe576691e..7be9618f864f7bc99f9e7199d4b9bf2c82101fa0 100644 (file)
@@ -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;
         }