]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / actions / shownotice.php
index 12e1d77f805480b3cb6bc39c6d5bdd75ac5da2a7..77ba2ce9fda913ba217803b9bc9cd105e54bc155 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;
         }