]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userauthorization.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / userauthorization.php
index e58a096bac3d633b36f16be45ad81b6d33335a98..fd01cd7c02ee28bf32c16a717820cb672c6d65b0 100644 (file)
@@ -50,6 +50,7 @@ class UserauthorizationAction extends Action
             $token = $this->trimmed('token');
             if (!$token || $token != common_session_token()) {
                 $srv = $this->getStoredParams();
+                // TRANS: Client error displayed when the session token does not match or is not given.
                 $this->showForm($srv->getRemoteUser(), _('There was a problem ' .
                                         'with your session token. Try again, ' .
                                         'please.'));