]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/makeadmin.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / makeadmin.php
index 3613e1eb708f1e80a7dead7e9628f0e46d28b000..0ca537f75579b0c8841a8d0a75ff596200516dfd 100644 (file)
@@ -64,6 +64,7 @@ class MakeadminAction extends RedirectingAction
         }
         $token = $this->trimmed('token');
         if (empty($token) || $token != common_session_token()) {
+            // TRANS: Client error displayed when the session token does not match or is not given.
             $this->clientError(_('There was a problem with your session token. Try again, please.'));
             return;
         }