]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupunblock.php
Merge ActivitySpam plugin
[quix0rs-gnu-social.git] / actions / groupunblock.php
index 7b92e83f718cc6e8fdbfb7dba3ff314fa1fb48b4..c14ec04adc3dbeec9b0582c8ff66db5946b7c886 100644 (file)
@@ -56,7 +56,7 @@ class GroupunblockAction extends Action
     {
         parent::prepare($args);
         if (!common_logged_in()) {
-            // TRANS: Client error displayed when trying to unblock a user from a group while not logged in.
+            // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_('Not logged in.'));
             return false;
         }