X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepeat.php;h=333e1cd02eacac5de47b128b8f7a97dde4e5f146;hb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;hp=44c57456fa3cb6f5ead2b24d0016ee778aba9e4a;hpb=9adbb49fc9c134539fb8311612ccc6f67637e6d8;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; }