]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favor.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / favor.php
index 61db235738976a00901c9d9eaa842683329e3db7..494648f67169f0b71629f429b4ec9988d28a7f85 100644 (file)
@@ -72,6 +72,7 @@ class FavorAction extends Action
         $notice = Notice::staticGet($id);
         $token  = $this->trimmed('token-'.$notice->id);
         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;
         }