]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/cancelsubscription.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / cancelsubscription.php
index 0cd922ff70d5461ea0c4ae45d6204a70d63954e4..30726e0d0415ab3da4d6513d740f0184e38bb229 100644 (file)
@@ -71,6 +71,7 @@ class CancelsubscriptionAction 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;