]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newmessage.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / newmessage.php
index 8a03aebfac4aa13c2ff1a38babe481b1006dbe74..8f185b55b582ce56d1a2dfe21d8469b55a3ee846 100644 (file)
@@ -137,6 +137,7 @@ class NewmessageAction 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->showForm(_('There was a problem with your session token. ' .
                 'Try again, please.'));
             return;