]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/unsubscribe.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / unsubscribe.php
index 8f90619f642c179386f9ee4830d1b16b4a89d819..73661a4f169795cf46e24521c222e8e90e9c4aaf 100644 (file)
@@ -66,6 +66,7 @@ class UnsubscribeAction extends Action
         $token = $this->trimmed('token');
 
         if (!$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;