]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/nudge.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / nudge.php
index 61874c75058f90077cf06c7277e80deb27d42c9e..401285b9f30febfe2816c23788f0a083e41d1f13 100644 (file)
@@ -78,6 +78,7 @@ class NudgeAction 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;
         }