]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/passwordsettings.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / passwordsettings.php
index d9a6d32ae0060d63e3fa92c16e069e6aec5cc46e..3ac1a3f94619c3d5f9d819a2000259295153d3a1 100644 (file)
@@ -143,6 +143,7 @@ class PasswordsettingsAction extends SettingsAction
 
         $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;