]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/register.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / register.php
index 084e3e6f1d2ebfcae668df8523cc625ac3c9cb8a..d8f752d2bbbae1a6d7538fadc907060e9b39e8b5 100644 (file)
@@ -160,6 +160,7 @@ class RegisterAction extends Action
         if (Event::handle('StartRegistrationTry', array($this))) {
             $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;