]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newapplication.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / newapplication.php
index a2c4f58b8d21e7ddda7de6bd925722986f466f4c..ca5d902a268d1f7bd2ab8d09c2546b15aa17ce67 100644 (file)
@@ -109,6 +109,7 @@ class NewApplicationAction extends OwnerDesignAction
         // CSRF protection
         $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.'));
             return;
         }