]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupblock.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / groupblock.php
index 3f8cb90e9e7528af4bdfb7eed69b10c1344f5576..a597d47c29dbc67eaa0f6ea6bfcd4c631826e004 100644 (file)
@@ -56,7 +56,7 @@ class GroupblockAction extends RedirectingAction
     {
         parent::prepare($args);
         if (!common_logged_in()) {
-            // TRANS: Client error displayed trying to block 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;
         }