]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
@evan Fixed message domain for messages in plugins for recent commits.
[quix0rs-gnu-social.git] / actions / shownotice.php
index 7127a60db4c216104223f51aabd5efb6e38698e3..15358fd0826b1ae916b0e369fce35e838ffece95 100644 (file)
@@ -103,6 +103,7 @@ class ShownoticeAction extends OwnerDesignAction
         }
 
         if (!$this->notice->inScope($curProfile)) {
+            // TRANS: Client exception thrown when trying a view a notice the user has no access to.
             throw new ClientException(_('Not available.'), 403);
         }