]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subedit.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / subedit.php
index 3b77aff584fc4b3446dc10a1fa08b531ae878459..f8b22d72b901147b2ac7e9f1e84f8c02be9cd8c5 100644 (file)
@@ -37,6 +37,7 @@ class SubeditAction 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 false;