]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/adminpanelaction.php
single flag for private groups
[quix0rs-gnu-social.git] / lib / adminpanelaction.php
index 5e7e284b5cc52b18bac0d2e7ec8579b92b7a9444..5642c68d629139c382d8cdc2056a8894ea7eff98 100644 (file)
@@ -67,7 +67,7 @@ class AdminPanelAction extends Action
         // User must be logged in.
 
         if (!common_logged_in()) {
-            // TRANS: Client error message thrown when trying to access the admin panel 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;
         }