]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupunblock.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / groupunblock.php
index de0af59821f7d24f334e9c9beb7b9384d876afd3..7b92e83f718cc6e8fdbfb7dba3ff314fa1fb48b4 100644 (file)
@@ -62,6 +62,7 @@ class GroupunblockAction extends Action
         }
         $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;
         }