]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/editapplication.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / editapplication.php
index 4e67d9e57b05255ceb5ab6f908a0b13ddab9cc78..02fae3eb49f4828dfc0612370a38347ba6150277 100644 (file)
@@ -128,6 +128,7 @@ class EditApplicationAction 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;
         }