]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Add basic support for Georgian (ka)
[quix0rs-gnu-social.git] / actions / shownotice.php
index ca6b60d1f59b15de87d5f047002fffbc5ebd0591..9c5d83441b8688e6ed08b52cf22c9dfdf71f6ba5 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;
         }