]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/imsettings.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / imsettings.php
index b887fdb2317ff02be6bbc2edc67a63c0ff343ec5..e809981a3f88d5114782bc610d428d831228a273 100644 (file)
@@ -240,6 +240,7 @@ class ImsettingsAction extends SettingsAction
         // CSRF protection
         $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;