]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/makeadmin.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / makeadmin.php
index 0ca537f75579b0c8841a8d0a75ff596200516dfd..8ec8a7ce0c777dd900fef77f420d6e7cd7d60463 100644 (file)
@@ -58,7 +58,7 @@ class MakeadminAction extends RedirectingAction
     {
         parent::prepare($args);
         if (!common_logged_in()) {
-            // TRANS: Client error displayed when trying to access the "make admin" page 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;
         }