X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepeat.php;h=333e1cd02eacac5de47b128b8f7a97dde4e5f146;hb=f44e0330df8ffd18786dbeb2e0a6ad4e2641046a;hp=44c57456fa3cb6f5ead2b24d0016ee778aba9e4a;hpb=674e3c2a0ef4d91f502974b34c8f58029accced7;p=quix0rs-gnu-social.git diff --git a/actions/repeat.php b/actions/repeat.php index 44c57456fa..333e1cd02e 100644 --- a/actions/repeat.php +++ b/actions/repeat.php @@ -76,6 +76,7 @@ class RepeatAction extends Action $token = $this->trimmed('token-'.$id); 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 false; }