]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupblock.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / groupblock.php
index d426563d8cf38999bc30a0729409283c09664a35..3f8cb90e9e7528af4bdfb7eed69b10c1344f5576 100644 (file)
@@ -62,6 +62,7 @@ class GroupblockAction 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;
         }